Megosztás a következőn keresztül:


TagHelperBlock.Attributes Property

Definition

The HTML attributes.

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)

Property Value

Applies to