Show / Hide Table of Contents

Interface IMapRoute

Namespace: DotNetNuke.Web.Api
Assembly: DotNetNuke.Web.dll
Syntax
public interface IMapRoute

Methods

MapHttpRoute(string, string, string, object, object, string[])

Declaration
IList<Route> MapHttpRoute(string moduleFolderName, string routeName, string url, object defaults, object constraints, string[] namespaces)
Parameters
Type Name Description
string moduleFolderName
string routeName
string url
object defaults
object constraints
string[] namespaces
Returns
Type Description
IList<Route>

MapHttpRoute(string, string, string, object, string[])

Declaration
IList<Route> MapHttpRoute(string moduleFolderName, string routeName, string url, object defaults, string[] namespaces)
Parameters
Type Name Description
string moduleFolderName
string routeName
string url
object defaults
string[] namespaces
Returns
Type Description
IList<Route>

MapHttpRoute(string, string, string, string[])

Declaration
IList<Route> MapHttpRoute(string moduleFolderName, string routeName, string url, string[] namespaces)
Parameters
Type Name Description
string moduleFolderName
string routeName
string url
string[] namespaces
Returns
Type Description
IList<Route>

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS