C# Class Bah.Core.Site.Multitenancy.RouteExtensions

Mostra file Open project: mppa-git/aspnet4-multitenant-framework

Public Methods

Method Description
MapSubdomainRoute ( this routes, string name, string url, object defaults = null, object constraints = null ) : void

Method Details

MapSubdomainRoute() public static method

public static MapSubdomainRoute ( this routes, string name, string url, object defaults = null, object constraints = null ) : void
routes this
name string
url string
defaults object
constraints object
return void