RazorCodeGenerator.BlockContext.BlockType Property

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

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

Syntax

'Declaration
Public Property BlockType As BlockType
    Get
    Private Set
'Usage
Dim instance As RazorCodeGenerator..::..BlockContext
Dim value As BlockType

value = instance.BlockType
public BlockType BlockType { get; private set; }
public:
property BlockType BlockType {
    BlockType get ();
    private: void set (BlockType value);
}
function get BlockType () : BlockType
private function set BlockType (value : BlockType)

Property Value

Type: System.Web.Razor.Parser.SyntaxTree.BlockType

Permissions

  • Medium trust for the immediate caller. This member can be used by partially trusted code.

See Also

Reference

RazorCodeGenerator.BlockContext Class

System.Web.Razor.Generator Namespace