AspNetSyntaxGenerator Class

This class generates declaration syntax sections for ASP.NET

Definition

Namespace: Sandcastle.Tools.SyntaxGenerators
Assembly: Sandcastle.Tools.SyntaxGenerators (in Sandcastle.Tools.SyntaxGenerators.dll) Version: 2024.2.18.0
public sealed class AspNetSyntaxGenerator : SyntaxGeneratorCore
Inheritance
Object    SyntaxGeneratorCore    AspNetSyntaxGenerator

Constructors

AspNetSyntaxGeneratorInitializes a new instance of the AspNetSyntaxGenerator class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Initialize Initialize the syntax generator
(Overrides SyntaxGeneratorCoreInitialize(XPathNavigator))
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteSyntax This is implemented to write the syntax
(Overrides SyntaxGeneratorCoreWriteSyntax(XPathNavigator, SyntaxWriter))

See Also