TagHelperDirectiveDescriptor.DirectiveType 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.
The TagHelperDirectiveType of this directive.
public:
property Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDirectiveType DirectiveType { Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDirectiveType get(); void set(Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDirectiveType value); };
public Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDirectiveType DirectiveType { get; set; }
member this.DirectiveType : Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDirectiveType with get, set
Public Property DirectiveType As TagHelperDirectiveType