RazorPage.BeginAddHtmlAttributeValues Method

Definition

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)

Parameters

executionContext
TagHelperExecutionContext
attributeName
String
attributeValuesCount
Int32
attributeValueStyle
HtmlAttributeValueStyle

Applies to