Share via


HostString.ToUriComponent Method

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Function ToUriComponent As String
'Usage
Dim instance As HostString 
Dim returnValue As String 

returnValue = instance.ToUriComponent()
public string ToUriComponent()
public:
String^ ToUriComponent()
member ToUriComponent : unit -> string
public function ToUriComponent() : String

Return Value

Type: System.String
Returns String.

See Also

Reference

HostString Structure

Microsoft.Owin Namespace