WebFormsFriendlyUrlResolver.PreprocessRequest Method

.NET Framework 4.5This member overrides FriendlyUrlResolver.PreprocessRequest(HttpContextBase, IHttpHandler).

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

Syntax

'Declaration
Public Overrides Sub PreprocessRequest ( _
    httpContext As HttpContextBase, _
    httpHandler As IHttpHandler _
)
'Usage
Dim instance As WebFormsFriendlyUrlResolver 
Dim httpContext As HttpContextBase 
Dim httpHandler As IHttpHandler

instance.PreprocessRequest(httpContext, _
    httpHandler)
public override void PreprocessRequest(
    HttpContextBase httpContext,
    IHttpHandler httpHandler
)
public:
virtual void PreprocessRequest(
    HttpContextBase^ httpContext, 
    IHttpHandler^ httpHandler
) override
abstract PreprocessRequest : 
        httpContext:HttpContextBase * 
        httpHandler:IHttpHandler -> unit  
override PreprocessRequest : 
        httpContext:HttpContextBase * 
        httpHandler:IHttpHandler -> unit
public override function PreprocessRequest(
    httpContext : HttpContextBase, 
    httpHandler : IHttpHandler
)

Parameters

Implements

IFriendlyUrlResolver.PreprocessRequest(HttpContextBase, IHttpHandler)

See Also

Reference

WebFormsFriendlyUrlResolver Class

Microsoft.AspNet.FriendlyUrls.Resolvers Namespace