Asp Net Syntax Generator 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: 2026.1.20.0
Assembly: Sandcastle.Tools.SyntaxGenerators (in Sandcastle.Tools.SyntaxGenerators.dll) Version: 2026.1.20.0
C#
public sealed class AspNetSyntaxGenerator : SyntaxGeneratorCoreVB
Public NotInheritable Class AspNetSyntaxGenerator
Inherits SyntaxGeneratorCoreC++
public ref class AspNetSyntaxGenerator sealed : public SyntaxGeneratorCoreF#
[<SealedAttribute>]
type AspNetSyntaxGenerator =
class
inherit SyntaxGeneratorCore
end- Inheritance
- Object SyntaxGeneratorCore AspNetSyntaxGenerator
Constructors
| AspNetSyntaxGenerator | Initializes a new instance of the AspNetSyntaxGenerator class |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Initialize |
Initialize the syntax generator
(Overrides SyntaxGeneratorCoreInitialize(XPathNavigator)) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| WriteSyntax |
This is implemented to write the syntax
(Overrides SyntaxGeneratorCoreWriteSyntax(XPathNavigator, SyntaxWriter)) |