ProfileEventArgs(HttpContext) Конструктор

Определение

Создает экземпляр класса ProfileEventArgs.

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

Параметры

context
HttpContext

Контекст HttpContext текущего запроса.

Комментарии

Создает ProfileEventArgs экземпляр ProfileEventArgs класса и присваивает Context свойству указанное HttpContextзначение.

Применяется к

См. также раздел