AttributeValue Class¶
Operators¶
-
Implicit
(System.Tuple<System.Tuple<System.String, System.Int32>, System.Tuple<System.Object, System.Int32>, System.Boolean> to Microsoft.AspNet.Mvc.Razor.AttributeValue)¶ Arguments: - value (System.Tuple{System.Tuple{System.String,System.Int32},System.Tuple{System.Object,System.Int32},System.Boolean}) –
Return type: Microsoft.AspNet.Mvc.Razor.AttributeValue
public static implicit operator AttributeValue(Tuple<Tuple<string, int>, Tuple<object, int>, bool> value)
-
Implicit
(System.Tuple<System.Tuple<System.String, System.Int32>, System.Tuple<System.String, System.Int32>, System.Boolean> to Microsoft.AspNet.Mvc.Razor.AttributeValue) Arguments: - value (System.Tuple{System.Tuple{System.String,System.Int32},System.Tuple{System.String,System.Int32},System.Boolean}) –
Return type: Microsoft.AspNet.Mvc.Razor.AttributeValue
public static implicit operator AttributeValue(Tuple<Tuple<string, int>, Tuple<string, int>, bool> value)
-
Constructors¶
-
AttributeValue
(Microsoft.AspNet.Mvc.Razor.PositionTagged<System.String>, Microsoft.AspNet.Mvc.Razor.PositionTagged<System.Object>, System.Boolean)¶ Arguments: - prefix (Microsoft.AspNet.Mvc.Razor.PositionTagged{System.String}) –
- value (Microsoft.AspNet.Mvc.Razor.PositionTagged{System.Object}) –
- literal (System.Boolean) –
public AttributeValue(PositionTagged<string> prefix, PositionTagged<object> value, bool literal)
-
Properties¶
-
Literal
()¶ Return type: System.Boolean public bool Literal { get; }
-
Prefix
()¶ Return type: Microsoft.AspNet.Mvc.Razor.PositionTagged{System.String} public PositionTagged<string> Prefix { get; }
-
Value
()¶ Return type: Microsoft.AspNet.Mvc.Razor.PositionTagged{System.Object} public PositionTagged<object> Value { get; }
-
Methods¶
-
FromTuple
(System.Tuple<System.Tuple<System.String, System.Int32>, System.Tuple<System.Object, System.Int32>, System.Boolean>)¶ Arguments: - value (System.Tuple{System.Tuple{System.String,System.Int32},System.Tuple{System.Object,System.Int32},System.Boolean}) –
Return type: Microsoft.AspNet.Mvc.Razor.AttributeValue
public static AttributeValue FromTuple(Tuple<Tuple<string, int>, Tuple<object, int>, bool> value)
-
FromTuple
(System.Tuple<System.Tuple<System.String, System.Int32>, System.Tuple<System.String, System.Int32>, System.Boolean>) Arguments: - value (System.Tuple{System.Tuple{System.String,System.Int32},System.Tuple{System.String,System.Int32},System.Boolean}) –
Return type: Microsoft.AspNet.Mvc.Razor.AttributeValue
public static AttributeValue FromTuple(Tuple<Tuple<string, int>, Tuple<string, int>, bool> value)
-