Enumerates through the list of XML element names (e.g. "b" for "<b>") that are allowed within XML comment sections; elements not listed are still allowed but a warning is generated, since such an element may be a mistake (e.g. "<r>" mistyped).
Parent Type: DocumentationSet
Namespace: DwellNet.CodeDoc
Assembly: CodeDocApi.dll
| C# |
|
public IEnumerable<string> AllowedXmlElements { get; } |
The <AllowedXmlElements> section of the CodeDoc XML project file contains XML element names that are used to populate this property.