FilterableAttribute.IsDefaultAttribute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the current instance of the FilterableAttribute class is equal to the Default attribute.
public:
override bool IsDefaultAttribute();
public override bool IsDefaultAttribute ();
override this.IsDefaultAttribute : unit -> bool
Public Overrides Function IsDefaultAttribute () As Boolean
Returns
true
if the current instance of FilterableAttribute is equal to Default; otherwise, false
.
Remarks
The IsDefaultAttribute method is a helper method used by ASP.NET to determine whether the current instance of the FilterableAttribute class is equal to the FilterableAttribute object contained in the Default field.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.