HostString.FromUriComponent Method (Uri)

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

Syntax

'Declaration
Public Shared Function FromUriComponent ( _
    uri As Uri _
) As HostString
'Usage
Dim uri As Uri 
Dim returnValue As HostString 

returnValue = HostString.FromUriComponent(uri)
public static HostString FromUriComponent(
    Uri uri
)
public:
static HostString FromUriComponent(
    Uri^ uri
)
static member FromUriComponent : 
        uri:Uri -> HostString
public static function FromUriComponent(
    uri : Uri
) : HostString

Parameters

Return Value

Type: Microsoft.Owin.HostString
Returns HostString.

See Also

Reference

HostString Structure

FromUriComponent Overload

Microsoft.Owin Namespace