Share via


WebPage.Validation Property

Definition

Gets the validation helper for the current page context.

public System.Web.WebPages.ValidationHelper Validation { get; }
member this.Validation : System.Web.WebPages.ValidationHelper
Public ReadOnly Property Validation As ValidationHelper

Property Value

The validation helper.

Applies to