GeneratedTagHelperContext.BeginAddHtmlAttributeValuesMethodName Property
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.
The name of the method used to begin the addition of unbound, complex tag helper attributes to TagHelperExecutionContexts.
public:
property System::String ^ BeginAddHtmlAttributeValuesMethodName { System::String ^ get(); void set(System::String ^ value); };
public string BeginAddHtmlAttributeValuesMethodName { get; set; }
member this.BeginAddHtmlAttributeValuesMethodName : string with get, set
Public Property BeginAddHtmlAttributeValuesMethodName As String
Property Value
Remarks
Method signature should be
public void BeginAddHtmlAttributeValues(
TagHelperExecutionContext executionContext,
string attributeName)