RazorPageBase.BeginAddHtmlAttributeValues Méthode

Définition

Commence à ajouter des valeurs d’attribut html.

public:
 void BeginAddHtmlAttributeValues(Microsoft::AspNetCore::Razor::Runtime::TagHelpers::TagHelperExecutionContext ^ executionContext, System::String ^ attributeName, int attributeValuesCount, Microsoft::AspNetCore::Razor::TagHelpers::HtmlAttributeValueStyle attributeValueStyle);
public void BeginAddHtmlAttributeValues (Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext executionContext, string attributeName, int attributeValuesCount, Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle attributeValueStyle);
member this.BeginAddHtmlAttributeValues : Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext * string * int * Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle -> unit
Public Sub BeginAddHtmlAttributeValues (executionContext As TagHelperExecutionContext, attributeName As String, attributeValuesCount As Integer, attributeValueStyle As HtmlAttributeValueStyle)

Paramètres

executionContext
TagHelperExecutionContext

L’TagHelperExecutionContextopérateur

attributeName
String

Nom de l'attribut.

attributeValuesCount
Int32

Nombre de valeurs d’attribut.

attributeValueStyle
HtmlAttributeValueStyle

L’HtmlAttributeValueStyleopérateur

S’applique à