Class ParseValidator
Summary description for ParseValidator.
Inheritance
System.Object
ParseValidator
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
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. |