TagHelperChunk Konstruktor

Definice

Vytvoří instanci nového TagHelperChunk .

public:
 TagHelperChunk(System::String ^ tagName, Microsoft::AspNetCore::Razor::TagHelpers::TagMode tagMode, System::Collections::Generic::IList<Microsoft::AspNetCore::Razor::Chunks::TagHelperAttributeTracker> ^ attributes, System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDescriptor ^> ^ descriptors);
public TagHelperChunk (string tagName, Microsoft.AspNetCore.Razor.TagHelpers.TagMode tagMode, System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.Chunks.TagHelperAttributeTracker> attributes, System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor> descriptors);
new Microsoft.AspNetCore.Razor.Chunks.TagHelperChunk : string * Microsoft.AspNetCore.Razor.TagHelpers.TagMode * System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.Chunks.TagHelperAttributeTracker> * seq<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor> -> Microsoft.AspNetCore.Razor.Chunks.TagHelperChunk
Public Sub New (tagName As String, tagMode As TagMode, attributes As IList(Of TagHelperAttributeTracker), descriptors As IEnumerable(Of TagHelperDescriptor))

Parametry

tagName
String

Název značky přidružený k elementu HTML pomocníka značek.

tagMode
TagMode

Syntaxe HTML elementu ve zdroji Razor

attributes
IList<TagHelperAttributeTracker>

Atributy přidružené k elementu HTML pomocníků značek.

descriptors
IEnumerable<TagHelperDescriptor>

TagHelperDescriptorPřidruženo k tomuto prvku jazyka HTML pomocníka značek.

Platí pro