ProfileEventArgs(HttpContext) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of the ProfileEventArgs class.
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)
Parameters
- context
- HttpContext
The HttpContext of the current request.
Remarks
The ProfileEventArgs creates an instance of the ProfileEventArgs class and sets the Context property to the specified HttpContext.
Applies to
See also
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.