GeneratedTagHelperContext.EndAddHtmlAttributeValuesMethodName 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.
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
Remarks
Method signature should be
public void EndAddHtmlAttributeValues(
TagHelperExecutionContext executionContext)