London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ParseValidator

Summary description for ParseValidator.

Inheritance
System.Object
ParseValidator
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.dll
Version: 10.10.4
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