Sdílet prostřednictvím


TagHelperAttributeDescriptor Třída

Definice

Třída metadat popisující atribut pomocné rutiny 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

Obsahuje TagHelperAttributeDesignTimeDescriptor informace o době návrhu tohoto atributu.

IsEnum

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

IsIndexer

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

IsStringProperty

Získá nebo nastaví indikaci, zda je tato vlastnost typu String , nebo je-li IsIndexertruehodnota indexeru typu String.

Name

Název atributu HTML nebo, pokud IsIndexer je true, předpona pro odpovídající názvy atributů.

PropertyName

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

TypeName

Úplný název pojmenované vlastnosti TypeIsIndexer (viz ). Pokud je true, úplný název hodnoty Typeindexeru .

Metody

IsNameMatch(String)

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

Platí pro