RazorPageBase.WriteAttributeValue 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.
Writes out an attribute value.
public:
void WriteAttributeValue(System::String ^ prefix, int prefixOffset, System::Object ^ value, int valueOffset, int valueLength, bool isLiteral);
public void WriteAttributeValue (string prefix, int prefixOffset, object value, int valueOffset, int valueLength, bool isLiteral);
public void WriteAttributeValue (string prefix, int prefixOffset, object? value, int valueOffset, int valueLength, bool isLiteral);
member this.WriteAttributeValue : string * int * obj * int * int * bool -> unit
Public Sub WriteAttributeValue (prefix As String, prefixOffset As Integer, value As Object, valueOffset As Integer, valueLength As Integer, isLiteral As Boolean)
Parameters
- prefix
- String
The prefix.
- prefixOffset
- Int32
The prefix offset.
- value
- Object
The value.
- valueOffset
- Int32
The value offset.
- valueLength
- Int32
The value length.
- isLiteral
- Boolean
Whether the attribute is a literal.