Initializes a new instance of the RegexRoute class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public RegexRoute(
	string urlPattern,
	RouteValueDictionary defaults,
	IRouteHandler routeHandler
)
Visual Basic
Public Sub New ( _
	urlPattern As String, _
	defaults As RouteValueDictionary, _
	routeHandler As IRouteHandler _
)
Visual C++
public:
RegexRoute(
	String^ urlPattern, 
	RouteValueDictionary^ defaults, 
	IRouteHandler^ routeHandler
)

See Also