TagHelperBlock.Attributes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)