Click or drag to resize

WebFormatURL Method

Formats a URL to always use the https protocolor

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public static string FormatURL(
	string url
)

Parameters

url
Type: SystemString
Original URL

Return Value

Type: String
Returns a url with a https:// protocol
See Also