General.GetPathWithQueryAndFragment Method

Extension method for getting the path and query of a uri including the text after a #, which would otherwise be cut off
<Extension()> _ 
Public Shared Function GetPathWithQueryAndFragment( _ 
ByVal value As Uri
) As String
This language is not supported or no code example is available.
public static string GetPathWithQueryAndFragment( 
this Uri value 
)
This language is not supported or no code example is available.
[Extension()] 
public:  
static String^ GetPathWithQueryAndFragment( 
Uri^ value 
)
This language is not supported or no code example is available.
public  
Extension() 
static function GetPathWithQueryAndFragment( 
value : Uri 
) : String;
This language is not supported or no code example is available.

Parameters

value
Uri

<default>

Return Value

string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition