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 nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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 obiekt Session.

Uwagi

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

Dotyczy

Zobacz też