ModelMetadata.HideSurroundingHtml Property

.NET Framework (current version)
 

Gets or sets a value that determines whether surrounding HTML should be hidden.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

public virtual bool HideSurroundingHtml { get; set; }

Property Value

Type: System.Boolean

true if surrounding HTML should be hidden; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: