2 overrides of ShowForDisplay
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
EndpointModelMetadata.cs (1)
48
public override bool
ShowForDisplay
{ get; }
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\DefaultModelMetadata.cs (1)
402
public override bool
ShowForDisplay
=> DisplayMetadata.ShowForDisplay;
2 references to ShowForDisplay
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\DisplayMetadata.cs (1)
241
/// See <see cref="ModelMetadata.
ShowForDisplay
"/>
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultDisplayTemplates.cs (1)
261
modelExplorer.Metadata.
ShowForDisplay
&&