GeneratedTagHelperContext.AddHtmlAttributeValueMethodName Property

Definition

Method name used to add individual components of an unbound, complex tag helper attribute to TagHelperExecutionContexts.

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

Property Value

String

Remarks

Method signature:

public void AddHtmlAttributeValues(
    string prefix,
    int prefixOffset,
    string value,
    int valueOffset,
    int valueLength,
    bool isLiteral)

Applies to