다음을 통해 공유


XhtmlMobileTextWriter.SetSessionKey(HttpSessionState) 메서드

정의

클라이언트가 Session 개체에서 스타일시트를 검색하는 데 사용할 수 있는 고유 문자열을 만듭니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 virtual void SetSessionKey(System::Web::SessionState::HttpSessionState ^ session);
public virtual void SetSessionKey (System.Web.SessionState.HttpSessionState session);
abstract member SetSessionKey : System.Web.SessionState.HttpSessionState -> unit
override this.SetSessionKey : System.Web.SessionState.HttpSessionState -> unit
Public Overridable Sub SetSessionKey (session As HttpSessionState)

매개 변수

session
HttpSessionState

현재 Session 개체입니다.

설명

이 방법은 주로 사용자 지정 모바일 페이지 및 컨트롤 어댑터 개발자가 사용합니다.

적용 대상

추가 정보