[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.SocialAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
string PrepareReturnURLParameter(
string returnURL,
bool escape = true
)
string PrepareReturnURLParameter(
string returnURL,
bool escape = true
)
Function PrepareReturnURLParameter (
returnURL As String,
Optional escape As Boolean = true
) As String
Function PrepareReturnURLParameter (
returnURL As String,
Optional escape As Boolean = true
) As String
String^ PrepareReturnURLParameter(
String^ returnURL,
bool escape = true
)
String^ PrepareReturnURLParameter(
String^ returnURL,
bool escape = true
)
abstract PrepareReturnURLParameter :
returnURL : string *
?escape : bool
(* Defaults:
let _escape = defaultArg escape true
*)
-> string
abstract PrepareReturnURLParameter :
returnURL : string *
?escape : bool
(* Defaults:
let _escape = defaultArg escape true
*)
-> string
Return Value
Type:
String