FilterableAttribute.IsDefaultAttribute 方法

定义

确定类的 FilterableAttribute 当前实例是否等于 Default 特性。

public:
 override bool IsDefaultAttribute();
public override bool IsDefaultAttribute();
override this.IsDefaultAttribute : unit -> bool
Public Overrides Function IsDefaultAttribute () As Boolean

返回

如果当前实例 等于 ,则为 ;否则为 < a1/ >。

注解

IsDefaultAttribute 方法是 ASP.NET 用来确定 FilterableAttribute 类的当前实例是否等于 FilterableAttribute 字段中所包含的 Default 对象。

适用于

另请参阅