RazorCodeGenerator.BlockContext Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Generator.RazorCodeGenerator.BlockContext

Namespace:  System.Web.Razor.Generator
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Protected Friend Class BlockContext
'Usage
Dim instance As RazorCodeGenerator.BlockContext
protected internal class BlockContext
protected public ref class BlockContext
 class BlockContext

The RazorCodeGenerator.BlockContext type exposes the following members.

Constructors

  Name Description
Public method RazorCodeGenerator.BlockContext This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Properties

  Name Description
Public property BlockType This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property GeneratedCodeLength This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property GeneratedCodeStart This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property GeneratedColumnOffset This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property HasContent This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property SourceCodeStart This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property VisitedSpans This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property WriteLinePragma This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property Writer This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

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.)
Public method MarkEndGeneratedCode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method MarkStartGeneratedCode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method MemberwiseClone (Inherited from Object.)
Public method ResetBuffer This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method ToString (Inherited from Object.)
Public method VisitSpan This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Generator Namespace