CodeBlockInfo.Start 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 Start As SourceLocation
    Get
    Set
'Usage
Dim instance As CodeBlockInfo
Dim value As SourceLocation

value = instance.Start

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

Property Value

Type: System.Web.Razor.Text.SourceLocation

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