다음을 통해 공유


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

세션 동작을 가져오려는 컨트롤러의 이름입니다.

반환

컨트롤러의 세션 동작입니다.

적용 대상