Click or drag to resize
AuthenticationRequestHandlerStartEvent Method (String)
Initiates the event handling

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public AuthenticationRequestEventArgs StartEvent(
	string requestedUrl
)

Parameters

requestedUrl
Type: SystemString
Url that was requested when the event was raised

Return Value

Type: AuthenticationRequestEventArgs
See Also