Create a validator control that will read information from the property input fields and validate it.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
[ObsoleteAttribute("CreateParseValidator is no longer used. All rendering logic is moved to EPiServer.Web.PropertyControls.", true)] public virtual Control CreateParseValidator( Control controlToValidate ) |
Parameters
- controlToValidate
- Type: System.Web.UI..::.Control
The control that is used to enter the property data.
Return Value
A ParseValidator control.
Remarks
The parsing will be done by using the property method ParseToSelf.