RegisteredExpandoAttribute 类

定义

用于访问先前已向 Page 对象注册的自定义 (expando) 特性的名称/值对。

public ref class RegisteredExpandoAttribute sealed
public sealed class RegisteredExpandoAttribute
type RegisteredExpandoAttribute = class
Public NotInheritable Class RegisteredExpandoAttribute
继承
RegisteredExpandoAttribute

属性

Control

获取注册自定义 (expando) 特性的控件。

ControlId

获取注册自定义 (expando) 特性的控件的标识符。

Encode

获取一个值,该值指示自定义 (expando) 特性是否已编码。

Name

获取自定义 (expando) 特性的名称。

Value

获取自定义 (expando) 特性的值。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅