TagHelperAttributeDescriptor Class
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.
A metadata class describing a tag helper attribute.
public ref class TagHelperAttributeDescriptor
public class TagHelperAttributeDescriptor
type TagHelperAttributeDescriptor = class
Public Class TagHelperAttributeDescriptor
- Inheritance
-
TagHelperAttributeDescriptor
Constructors
| TagHelperAttributeDescriptor() |
Instantiates a new instance of the TagHelperAttributeDescriptor class. |
Properties
| DesignTimeDescriptor |
The TagHelperAttributeDesignTimeDescriptor that contains design time information about this attribute. |
| IsEnum |
Gets or sets an indication whether this property is an Enum. |
| IsIndexer |
Gets an indication whether this TagHelperAttributeDescriptor is used for dictionary indexer assignments. |
| IsStringProperty |
Gets or sets an indication whether this property is of type String or, if
IsIndexer is |
| Name |
The HTML attribute name or, if IsIndexer is |
| PropertyName |
The name of the CLR property that corresponds to the HTML attribute. |
| TypeName |
The full name of the named (see ) property's Type or, if
IsIndexer is |
Methods
| IsNameMatch(String) |
Determines whether HTML attribute |