GeneratedTagHelperContext.EndAddHtmlAttributeValuesMethodName Property

Definition

Method name used to end addition of unbound, complex tag helper attributes to TagHelperExecutionContexts.

public:
 property System::String ^ EndAddHtmlAttributeValuesMethodName { System::String ^ get(); void set(System::String ^ value); };
public string EndAddHtmlAttributeValuesMethodName { get; set; }
member this.EndAddHtmlAttributeValuesMethodName : string with get, set
Public Property EndAddHtmlAttributeValuesMethodName As String

Property Value

String

Remarks

Method signature should be

public void EndAddHtmlAttributeValues(
    TagHelperExecutionContext executionContext)

Applies to