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)

public:
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property String^ Text {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

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: