ReflectedActionDescriptor.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。

戻り値

フィルター属性。

適用対象