Udostępnij za pośrednictwem


ReadOnlyTagHelperAttributeList.Item[String] Właściwość

Definicja

Pobiera pierwszy TagHelperAttribute z pasującymi nameelementami Name .

public:
 property Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^ default[System::String ^] { Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^ get(System::String ^ name); };
public Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute this[string name] { get; }
member this.Item(string) : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute
Default Public ReadOnly Property Item(name As String) As TagHelperAttribute

Parametry

name
String

The Name z, TagHelperAttribute aby dostać.

Wartość właściwości

Pierwszy TagHelperAttribute z pasującymi nameelementami Name .

Uwagi

name jest porównywany bez uwzględniania wielkości liter.

Dotyczy