ModelErrorMessage.Text Property

.NET Framework (current version)
 

Gets or sets the text of the error message.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

<BrowsableAttribute(False)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Overrides Property Text As String

Property Value

Type: System.String

The error message text.

This property is not visible in the designer because it is set automatically from model state. The property value is not stored in view state because it is re-evaluated every time the page is rendered.

.NET Framework
Available since 4.5
Return to top
Show: