A validator control that checks that the validated controls value conforms with naming rules for av XML identifier.

Namespace:  EPiServer.Web.WebControls
Assembly:  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

See Also