次の方法で共有


TagHelperBlock.Attributes プロパティ

定義

HTML 属性。

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Razor::Parser::TagHelpers::TagHelperAttributeNode ^> ^ Attributes { System::Collections::Generic::IList<Microsoft::AspNetCore::Razor::Parser::TagHelpers::TagHelperAttributeNode ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.Parser.TagHelpers.TagHelperAttributeNode> Attributes { get; }
member this.Attributes : System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.Parser.TagHelpers.TagHelperAttributeNode>
Public ReadOnly Property Attributes As IList(Of TagHelperAttributeNode)

プロパティ値

適用対象