IControllerFactory.GetControllerSessionBehavior メソッド

定義

コントローラーのセッション動作を取得します。

public System.Web.SessionState.SessionStateBehavior GetControllerSessionBehavior (System.Web.Routing.RequestContext requestContext, string controllerName);
abstract member GetControllerSessionBehavior : System.Web.Routing.RequestContext * string -> System.Web.SessionState.SessionStateBehavior
Public Function GetControllerSessionBehavior (requestContext As RequestContext, controllerName As String) As SessionStateBehavior

パラメーター

requestContext
RequestContext

要求コンテキスト。

controllerName
String

取得するセッション動作のコントローラーの名前。

戻り値

コントローラーのセッション動作。

適用対象