CodeBlockInfo.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.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Property BlockType As BlockType
    Get
    Set
'Usage
Dim instance As CodeBlockInfo
Dim value As BlockType

value = instance.BlockType

instance.BlockType = value
public BlockType BlockType { get; set; }
public:
property BlockType BlockType {
    BlockType get ();
    void set (BlockType value);
}
function get BlockType () : BlockType
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

CodeBlockInfo Class

System.Web.Razor.Parser Namespace