GeneratedTagHelperContext.AddHtmlAttributeValueMethodName 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 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
Remarks
Method signature:
public void AddHtmlAttributeValues(
string prefix,
int prefixOffset,
string value,
int valueOffset,
int valueLength,
bool isLiteral)