Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the validation helper for the current page context.
Namespace: System.Web.WebPages
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Syntax
'Declaration
Public ReadOnly Property Validation As ValidationHelper
Get
'Usage
Dim instance As WebPage
Dim value As ValidationHelper
value = instance.Validation
public ValidationHelper Validation { get; }
public:
property ValidationHelper^ Validation {
ValidationHelper^ get ();
}
member Validation : ValidationHelper
function get Validation () : ValidationHelper
Property Value
Type: System.Web.WebPages.ValidationHelper
The validation helper.