VBRazorCodeGenerator Methods

Include Protected Members
Include Inherited Members

The VBRazorCodeGenerator type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method Initialize This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes the current RazorCodeGenerator instance. (Inherited from RazorCodeGenerator.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnComplete This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Raises the Complete event. (Inherited from RazorCodeGenerator.)
Public method ThrowIfCanceled This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserVisitor.)
Public method ToString (Inherited from Object.)
Public method VisitBlock This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the specified block. (Inherited from ParserVisitor.)
Public method VisitEndBlock This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the end block. (Inherited from RazorCodeGenerator.)
Public method VisitError This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the given razor error. (Inherited from ParserVisitor.)
Public method VisitSpan This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the span. (Inherited from RazorCodeGenerator.)
Public method VisitStartBlock This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Visits the start block. (Inherited from RazorCodeGenerator.)

Top

Extension Methods

  Name Description
Public Extension Method Visit (Defined by ParserVisitorExtensions.)

Top

See Also

Reference

VBRazorCodeGenerator Class

System.Web.Razor.Generator Namespace