ValidationSummary.HeaderText Property
Assembly: System.Web.Mobile (in system.web.mobile.dll)
[BindableAttribute(true)] public: property String^ HeaderText { String^ get (); void set (String^ value); }
/** @property */ public String get_HeaderText () /** @property */ public void set_HeaderText (String value)
public function get HeaderText () : String public function set HeaderText (value : String)
Not applicable.
Property Value
The text that will appear in the heading section of the validation summary page.If you are developing in HTML, the ValidationSummary page renders the value of the HeaderText property first. When the validation process invalidates a form, it produces a list of ErrorMessage properties for each validator. Each instance of an ErrorMessage property in the list results in an error on the invalid form. This list of errors is followed by a Link that targets the invalid form. The text of the link is the value of the BackLabel property.
The display of errors for WML 1.1 is similar to HTML, except that the HeaderText property is displayed as plain WML text followed by each error message and preceded by "- " (a hyphen followed by a space).
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.