TelUri.GetNormalizedUri Method

Definition

Overloads

GetNormalizedUri(Boolean)
GetNormalizedUri(Boolean, Boolean)

GetNormalizedUri(Boolean)

public:
 System::String ^ GetNormalizedUri(bool omitScheme);
public string GetNormalizedUri (bool omitScheme);
member this.GetNormalizedUri : bool -> string
Public Function GetNormalizedUri (omitScheme As Boolean) As String

Parameters

omitScheme
Boolean

Returns

String

Applies to

GetNormalizedUri(Boolean, Boolean)

public:
 System::String ^ GetNormalizedUri(bool omitScheme, bool omitOtherParameters);
public string GetNormalizedUri (bool omitScheme, bool omitOtherParameters);
member this.GetNormalizedUri : bool * bool -> string
Public Function GetNormalizedUri (omitScheme As Boolean, omitOtherParameters As Boolean) As String

Parameters

omitScheme
Boolean
omitOtherParameters
Boolean

Returns

String

Applies to