HostString.FromUriComponent Method (String)

Creates a new HostString from the given uri component. Any punycode will be converted to Unicode.

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

Syntax

'Declaration
Public Shared Function FromUriComponent ( _
    uriComponent As String _
) As HostString
'Usage
Dim uriComponent As String 
Dim returnValue As HostString 

returnValue = HostString.FromUriComponent(uriComponent)
public static HostString FromUriComponent(
    string uriComponent
)
public:
static HostString FromUriComponent(
    String^ uriComponent
)
static member FromUriComponent : 
        uriComponent:string -> HostString
public static function FromUriComponent(
    uriComponent : String
) : HostString

Parameters

Return Value

Type: Microsoft.Owin.HostString
Returns HostString.

See Also

Reference

HostString Structure

FromUriComponent Overload

Microsoft.Owin Namespace