RegisteredExpandoAttribute Class

Definition

Provides access to the name/value pair of a custom (expando) attribute that was previously registered with the Page object.

public ref class RegisteredExpandoAttribute sealed
public sealed class RegisteredExpandoAttribute
type RegisteredExpandoAttribute = class
Public NotInheritable Class RegisteredExpandoAttribute
Inheritance
RegisteredExpandoAttribute

Properties

Control

Gets the control that registered the custom (expando) attribute.

ControlId

Gets the identifier of the control that registered the custom (expando) attribute.

Encode

Gets a value that indicates whether the custom (expando) attribute is encoded.

Name

Gets the name of the custom (expando) attribute.

Value

Gets the value of the custom (expando) attribute.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also