Sdílet prostřednictvím


ReadOnlyTagHelperAttributeList.Item[String] Vlastnost

Definice

Získá první TagHelperAttribute s odpovídající name.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

Z Name toho, TagHelperAttribute co se má dostat.

Hodnota vlastnosti

První TagHelperAttribute se shodou Namename.

Poznámky

name je porovnáván bez rozlišování velkých a malých písmen.

Platí pro