GenericHandlerFriendlyUrlResolver Class

.NET Framework 4

Resolves friendly URLs to generic handlers (such as .ashx).

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.FriendlyUrls.Resolvers.FriendlyUrlResolver
    Microsoft.AspNet.FriendlyUrls.Resolvers.GenericHandlerFriendlyUrlResolver

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

Syntax

'Declaration
Public Class GenericHandlerFriendlyUrlResolver _
    Inherits FriendlyUrlResolver
'Usage
Dim instance As GenericHandlerFriendlyUrlResolver
public class GenericHandlerFriendlyUrlResolver : FriendlyUrlResolver
public ref class GenericHandlerFriendlyUrlResolver : public FriendlyUrlResolver
type GenericHandlerFriendlyUrlResolver =  
    class 
        inherit FriendlyUrlResolver 
    end
public class GenericHandlerFriendlyUrlResolver extends FriendlyUrlResolver

The GenericHandlerFriendlyUrlResolver type exposes the following members.

Constructors

  Name Description
Public method GenericHandlerFriendlyUrlResolver

Top

Methods

  Name Description
Public method ConvertToFriendlyUrl Converts a URL with a file extension into a friendly extension-less URL. (Inherited from FriendlyUrlResolver.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetExtensions Gets the file extensions to use (such as .aspx, .ashx, or .mobile.aspx) while attempting to resolve an HTTP handler from the friendly URL. (Inherited from FriendlyUrlResolver.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PreprocessRequest (Inherited from FriendlyUrlResolver.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.FriendlyUrls.Resolvers Namespace