General.GetLocalPathWithFragment Method
Extension method for getting the local path of a uri including the text after a #, which would otherwise be cut off
<Extension()> _
Public Shared Function GetLocalPathWithFragment( _
ByVal value As Uri _
) As String
This language is not supported or no code example is available.
public static string GetLocalPathWithFragment(
this Uri value
)
This language is not supported or no code example is available.
[Extension()]
public:
static String^ GetLocalPathWithFragment(
Uri^ value
)
This language is not supported or no code example is available.
public
Extension()
static function GetLocalPathWithFragment(
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