XhtmlMobileTextWriter.SetSessionKey(HttpSessionState) メソッド

定義

Session オブジェクトからスタイル シートを取得するために使用するクライアントの一意の文字列を作成します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

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 オブジェクト。

注釈

このメソッドは、主にカスタム モバイル ページおよびコントロール アダプターの開発者によって使用されます。

適用対象

こちらもご覧ください