DefaultModelMetadata.TemplateHint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string used by the templating system to discover display-templates and editor-templates. Use UIHintAttribute to specify.
public:
virtual property System::String ^ TemplateHint { System::String ^ get(); };
public override string TemplateHint { get; }
public override string? TemplateHint { get; }
member this.TemplateHint : string
Public Overrides ReadOnly Property TemplateHint As String