XhtmlMobileTextWriter.SetSessionKey(HttpSessionState) Metoda

Definicja

Tworzy unikatowy ciąg dla klienta, który ma być używany do pobierania arkusza stylów z Session obiektu. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z 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)

Parametry

session
HttpSessionState

Bieżący Session obiekt.

Uwagi

Ta metoda jest używana głównie przez deweloperów niestandardowych kart strony mobilnej i kontrolek.

Dotyczy

Zobacz też