TagHelperAttributeDescriptor Class

Definition

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 true, whether the indexer's value is of type String.

Name

The HTML attribute name or, if IsIndexer is true, the prefix for matching attribute names.

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 true, the full name of the indexer's value Type.

Methods

IsNameMatch(String)

Determines whether HTML attribute name matches this TagHelperAttributeDescriptor.

Applies to