VBCodeParser.Keywords Property

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

Gets the keywords associated with the code.

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

protected internal ISet<string> Keywords { get; private set; }

Property Value

Type: System.Collections.Generic.ISet<String>
The keywords associated with the code.
Show: