PassportIdentity.AuthUrl2 Method (String)
.NET Framework 2.0
Returns a string containing the Login server URL for a member, as well as optional information sent to the Login server in the query string.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public String AuthUrl2 ( String strReturnUrl )
public function AuthUrl2 ( strReturnUrl : String ) : String
Not applicable.
Parameters
- strReturnUrl
The URL of the location that the Login server should redirect to after logon is complete. Pass a null reference (Nothing in Visual Basic) to indicate that Passport should use the default value.
Return Value
The Login server URL for a member, as well as the optional information sent to the Login server in the query string.Community Additions
ADD
Show: