ReadOnlyTagHelperAttributeList.Item[String] Property

Definition

Gets the first TagHelperAttribute with Name matching 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

Parameters

name
String

The Name of the TagHelperAttribute to get.

Property Value

The first TagHelperAttribute with Name matching name.

Remarks

name is compared case-insensitively.

Applies to