ReflectedControllerDescriptor.GetFilterAttributes(Boolean) 方法

定義

取得篩選條件屬性。

public override System.Collections.Generic.IEnumerable<System.Web.Mvc.FilterAttribute> GetFilterAttributes (bool useCache);
override this.GetFilterAttributes : bool -> seq<System.Web.Mvc.FilterAttribute>
Public Overrides Function GetFilterAttributes (useCache As Boolean) As IEnumerable(Of FilterAttribute)

參數

useCache
Boolean

true 表示使用快取,否則為 false。

傳回

篩選條件屬性。

適用於