AttributeValue
Defined in RazorEngine.dll.
Razor Html Attribute value
Constructors
Constructor | Description |
new(prefix, value, literal)
Signature: (prefix:PositionTagged<string> * value:PositionTagged<obj> * literal:bool) -> unit
|
Creates a new Razor Html Attribute value. |
Instance members
Instance member | Description |
Literal()
Signature: unit -> unit
|
Indicates whether the attribute is a lital. |
Prefix()
Signature: unit -> unit
|
The prefix of the attribute. |
Value()
Signature: unit -> unit
|
The Value of the attribute. |
Static members
Static member | Description |
FromTuple(value)
Signature: (value:((string * int) * (obj * int) * bool)) -> AttributeValue
|
Convert from a tuple. Returns: |
FromTuple(value)
Signature: (value:((string * int) * (string * int) * bool)) -> AttributeValue
|
Convert from a tuple. Returns: |
op_Implicit(value)
Signature: (value:((string * int) * (obj * int) * bool)) -> AttributeValue
|
|
op_Implicit(value)
Signature: (value:((string * int) * (string * int) * bool)) -> AttributeValue
|