C# Class Orchard.Blogs.Routing.RsdConstraint

Inheritance: IRsdConstraint
Show file Open project: ucdavis/Orchard

Public Methods

Method Description
FindPath ( string path ) : string
Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool
RsdConstraint ( IBlogPathConstraint blogPathConstraint ) : System

Method Details

FindPath() public method

public FindPath ( string path ) : string
path string
return string

Match() public method

public Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool
httpContext System.Web.HttpContextBase
route System.Web.Routing.Route
parameterName string
values RouteValueDictionary
routeDirection RouteDirection
return bool

RsdConstraint() public method

public RsdConstraint ( IBlogPathConstraint blogPathConstraint ) : System
blogPathConstraint IBlogPathConstraint
return System