GeneratedTagHelperContext.BeginAddHtmlAttributeValuesMethodName Property

Definition

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

String

Remarks

Method signature should be

public void BeginAddHtmlAttributeValues(
    TagHelperExecutionContext executionContext,
    string attributeName)

Applies to