TagHelperAttributeDescriptor Třída

Definice

Třída metadat popisující pomocný atribut značky

public ref class TagHelperAttributeDescriptor
public class TagHelperAttributeDescriptor
type TagHelperAttributeDescriptor = class
Public Class TagHelperAttributeDescriptor
Dědičnost
TagHelperAttributeDescriptor

Konstruktory

TagHelperAttributeDescriptor()

Vytvoří instanci nové instance TagHelperAttributeDescriptor třídy.

Vlastnosti

DesignTimeDescriptor

TagHelperAttributeDesignTimeDescriptor, Který obsahuje informace o době návrhu tohoto atributu.

IsEnum

Získá nebo nastaví indikaci, zda je tato vlastnost Enum .

IsIndexer

Získá indikaci, zda TagHelperAttributeDescriptor se používá pro přiřazení indexeru slovníku.

IsStringProperty

Získá nebo nastaví indikaci, zda je tato vlastnost typu String nebo, pokud IsIndexerhodnotu true, zda je hodnota indexeru typu String .

Name

Název atributu HTML nebo, pokud IsIndexerhodnotu true, předponu pro názvy atributů pro porovnání.

PropertyName

Název vlastnosti CLR, který odpovídá atributu HTML.

TypeName

Úplný název pojmenované vlastnosti (viz ) Type nebo, pokud IsIndexerhodnotu true, je úplný název hodnoty indexeru Type .

Metody

IsNameMatch(String)

Určuje, zda atribut HTML name odpovídá TagHelperAttributeDescriptor .

Platí pro