AttributeValue Class
Stores the value for an attribute.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
The AttributeValue type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AttributeValue | Initializes a new instance of the AttributeValue class.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
| Name | Description | |
|---|---|---|
![]() | Literal | Gets or sets a value that indicates whether the value is a literal value.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() | Prefix | Gets or sets the namespace prefix for the attribute.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() | Value | Gets or set the value for the attribute.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | FromTuple(Tuple(Of Tuple(Of String, Int32), Tuple(Of Object, Int32), Boolean)) | Creates an attribute value from the specified tuple object. |
![]() ![]() | FromTuple(Tuple(Of Tuple(Of String, Int32), Tuple(Of String, Int32), Boolean)) | Creates an attribute value from the specified tuple object. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Widening(Tuple(Of Tuple(Of String, Int32), Tuple(Of Object, Int32), Boolean) to AttributeValue) | Creates an attribute value from the specified tuple object. |
![]() ![]() | Widening(Tuple(Of Tuple(Of String, Int32), Tuple(Of String, Int32), Boolean) to AttributeValue) | Creates an attribute value from the specified tuple object. |
Show:
