ProfileAutoSaveEventArgs(HttpContext) Konstruktor

Definicja

Tworzy wystąpienie klasy ProfileAutoSaveEventArgs.

public:
 ProfileAutoSaveEventArgs(System::Web::HttpContext ^ context);
public ProfileAutoSaveEventArgs (System.Web.HttpContext context);
new System.Web.Profile.ProfileAutoSaveEventArgs : System.Web.HttpContext -> System.Web.Profile.ProfileAutoSaveEventArgs
Public Sub New (context As HttpContext)

Parametry

context
HttpContext

Wartość HttpContext bieżącego żądania.

Uwagi

Polecenie ProfileAutoSaveEventArgs tworzy wystąpienie ProfileAutoSaveEventArgs klasy i ustawia Context właściwość na określoną HttpContextwartość .

Dotyczy

Zobacz też