RazorPageBase.BeginAddHtmlAttributeValues Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Begins adding html attribute values.
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
The name of the attribute.
- attributeValuesCount
- Int32
The number of attribute values.
- attributeValueStyle
- HtmlAttributeValueStyle