CSharpCodeParser.RazorKeywords 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
Protected Friend Property RazorKeywords As Dictionary(Of String, CodeParser..::..BlockParser)
    Get
    Private Set
'Usage
Dim value As Dictionary(Of String, CodeParser..::..BlockParser)

value = Me.RazorKeywords
protected internal Dictionary<string, CodeParser..::..BlockParser> RazorKeywords { get; private set; }
protected public:
property Dictionary<String^, CodeParser..::..BlockParser^>^ RazorKeywords {
    Dictionary<String^, CodeParser..::..BlockParser^>^ get ();
    private: void set (Dictionary<String^, CodeParser..::..BlockParser^>^ value);
}
function get RazorKeywords () : Dictionary<String, CodeParser..::..BlockParser>
private function set RazorKeywords (value : Dictionary<String, CodeParser..::..BlockParser>)

Property Value

Type: System.Collections.Generic.Dictionary<String, CodeParser.BlockParser>

Permissions

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

See Also

Reference

CSharpCodeParser Class

System.Web.Razor.Parser Namespace