RazorEngine


AttributeValue

Defined in RazorEngine.dll.

Razor Html Attribute value

Constructors

ConstructorDescription
new(prefix, value, literal)
Signature: (prefix:PositionTagged<string> * value:PositionTagged<obj> * literal:bool) -> unit

Creates a new Razor Html Attribute value.

Instance members

Instance memberDescription
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 memberDescription
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
Fork me on GitHub