다음을 통해 공유


ReadOnlyTagHelperAttributeList.Item[String] 속성

정의

일치하는 name가 있는 Name 첫 번째 TagHelperAttribute 를 가져옵니다.

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

매개 변수

name
String

가져올 NameTagHelperAttribute입니다.

속성 값

일치하는 가 있는 첫 번째 TagHelperAttribute 입니다 Namename.

설명

name 는 대/소문자를 구분하지 않는 방식으로 비교됩니다.

적용 대상