RazorCompiledItemAttribute.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the kind of compiled item. The kind is used programmatically to associate behaviors and semantics with the item.
public:
property System::String ^ Kind { System::String ^ get(); };
public string Kind { get; }
member this.Kind : string
Public ReadOnly Property Kind As String