TagHelperAttributeDescriptor.DesignTimeDescriptor 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 TagHelperAttributeDesignTimeDescriptor that contains design time information about this attribute.
public:
property Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperAttributeDesignTimeDescriptor ^ DesignTimeDescriptor { Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperAttributeDesignTimeDescriptor ^ get(); void set(Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperAttributeDesignTimeDescriptor ^ value); };
public Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperAttributeDesignTimeDescriptor DesignTimeDescriptor { get; set; }
member this.DesignTimeDescriptor : Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperAttributeDesignTimeDescriptor with get, set
Public Property DesignTimeDescriptor As TagHelperAttributeDesignTimeDescriptor