RazorPage.AddHtmlAttributeValue Method
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.
public:
void AddHtmlAttributeValue(System::String ^ prefix, int prefixOffset, System::Object ^ value, int valueOffset, int valueLength, bool isLiteral);
public void AddHtmlAttributeValue (string prefix, int prefixOffset, object value, int valueOffset, int valueLength, bool isLiteral);
member this.AddHtmlAttributeValue : string * int * obj * int * int * bool -> unit
Public Sub AddHtmlAttributeValue (prefix As String, prefixOffset As Integer, value As Object, valueOffset As Integer, valueLength As Integer, isLiteral As Boolean)
Parameters
- prefix
- String
- prefixOffset
- Int32
- value
- Object
- valueOffset
- Int32
- valueLength
- Int32
- isLiteral
- Boolean