DefaultModelMetadata.HideSurroundingHtml 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 value indicating whether the "HiddenInput" display template should return
string.Empty
(not the expression value) and whether the "HiddenInput" editor template should not
also return the expression value (together with the hidden <input> element).
public:
virtual property bool HideSurroundingHtml { bool get(); };
public override bool HideSurroundingHtml { get; }
member this.HideSurroundingHtml : bool
Public Overrides ReadOnly Property HideSurroundingHtml As Boolean