A validator control that checks that the validated controls value conforms
with naming rules for av XML identifier.
Namespace:
EPiServer.Web.WebControlsAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public class XmlNameValidator : CustomValidator |
Remarks
Since a lot of the names used by EPiServer needs to be mapped to XML files
(for example to support the translation functions) the names needs to be
compatible with XML naming rules.
Inheritance Hierarchy
System..::.Object
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
System.Web.UI.WebControls..::.Label
System.Web.UI.WebControls..::.BaseValidator
System.Web.UI.WebControls..::.CustomValidator
EPiServer.Web.WebControls..::.XmlNameValidator
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
System.Web.UI.WebControls..::.Label
System.Web.UI.WebControls..::.BaseValidator
System.Web.UI.WebControls..::.CustomValidator
EPiServer.Web.WebControls..::.XmlNameValidator