HttpRequestExtensions.GetFriendlyUrlFileVirtualPath Method (HttpRequest)

.NET Framework 4.5

Returns the virtual path of the file Friendly URLs mapped this request to.

Namespace:  Microsoft.AspNet.FriendlyUrls
Assembly:  Microsoft.AspNet.FriendlyUrls (in Microsoft.AspNet.FriendlyUrls.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetFriendlyUrlFileVirtualPath ( _
    httpRequest As HttpRequest _
) As String
'Usage
Dim httpRequest As HttpRequest 
Dim returnValue As String 

returnValue = httpRequest.GetFriendlyUrlFileVirtualPath()
public static string GetFriendlyUrlFileVirtualPath(
    this HttpRequest httpRequest
)
[ExtensionAttribute]
public:
static String^ GetFriendlyUrlFileVirtualPath(
    HttpRequest^ httpRequest
)
static member GetFriendlyUrlFileVirtualPath : 
        httpRequest:HttpRequest -> string
public static function GetFriendlyUrlFileVirtualPath(
    httpRequest : HttpRequest
) : String

Parameters

Return Value

Type: System.String
The file virtual path

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HttpRequest. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=vs.111) or https://msdn.microsoft.com/en-us/library/bb383977(v=vs.111).

See Also

Reference

HttpRequestExtensions Class

GetFriendlyUrlFileVirtualPath Overload

Microsoft.AspNet.FriendlyUrls Namespace