FilterableAttribute.IsDefaultAttribute Method ()
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Determines whether the current instance of the FilterableAttribute class is equal to the Default attribute.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Booleantrue if the current instance of FilterableAttribute is equal to Default; otherwise, false.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: