Share via


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.

Inheritance Hierarchy

System.Object
  System.Web.WebPages.AttributeValue

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Class AttributeValue
'Usage
Dim instance As AttributeValue
public class AttributeValue
public ref class AttributeValue
type AttributeValue =  class end
public class AttributeValue

The AttributeValue type exposes the following members.

Constructors

  Name Description
Public method 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.

Top

Properties

  Name Description
Public property 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.
Public property 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.
Public property 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.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member FromTuple(Tuple<Tuple<String, Int32>, Tuple<Object, Int32>, Boolean>) Creates an attribute value from the specified tuple object.
Public methodStatic member FromTuple(Tuple<Tuple<String, Int32>, Tuple<String, Int32>, Boolean>) Creates an attribute value from the specified tuple object.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Implicit(Tuple<Tuple<String, Int32>, Tuple<Object, Int32>, Boolean> to AttributeValue) Creates an attribute value from the specified tuple object.
Public operatorStatic member Implicit(Tuple<Tuple<String, Int32>, Tuple<String, Int32>, Boolean> to AttributeValue) Creates an attribute value from the specified tuple object.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.WebPages Namespace