Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ParseValidator

Summary description for ParseValidator.

Inheritance
System.Object
ParseValidator
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class ParseValidator : CustomValidator

Constructors

ParseValidator()

Declaration
public ParseValidator()

Properties

IsDOPE

Set to true to customize error handling for DOPE

Declaration
public bool IsDOPE { get; set; }
Property Value
Type Description
System.Boolean

Methods

EvaluateIsValid()

Overrides the EvaluateIsValid method.

Declaration
protected override bool EvaluateIsValid()
Returns
Type Description
System.Boolean

true if the value in the input control is valid; otherwise, false.

Render(HtmlTextWriter)

Renders the specified output.

Declaration
protected override void Render(HtmlTextWriter output)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter output

The output.

Extension Methods