Skip to main content

AttributeValue

Class to represent attribute values and, more importantly, decipher them from tuple madness slightly.

Assembly: ServiceStack.Razor.dll
View Source
Declaration
public class AttributeValue

Properties

Prefix

View Source
Declaration
public Tuple<string, int> Prefix { get; }

Value

View Source
Declaration
public Tuple<object, int> Value { get; }

IsLiteral

View Source
Declaration
public bool IsLiteral { get; }