ExtraNameChars Property
Extra characters for the parser to consider as name characters.
Syntax
[VB.NET] Public Property ExtraNameChars As String
[C#] public string ExtraNameChars {get; set;}
Remarks
Normally, the parser considers only the following characters as part of an XML identifier: 'A' through 'Z', 'a' through 'z', '0' through '9', 0x0300 through 0x036F, 0x203F through 0x2040, and '.', '-', '_', ':'.
If you would like any other characters to be considered as name characters, you may set them as a string into this property.
This property is not available at design time.
Default Value
""