MvcAreaRouteBuilderExtensions Class

Definition

Extension methods for IRouteBuilder.

public ref class MvcAreaRouteBuilderExtensions abstract sealed
public static class MvcAreaRouteBuilderExtensions
type MvcAreaRouteBuilderExtensions = class
Public Module MvcAreaRouteBuilderExtensions
Inheritance
MvcAreaRouteBuilderExtensions

Methods

MapAreaRoute(IRouteBuilder, String, String, String)

Adds a route to the IRouteBuilder with the given MVC area with the specified name, areaName and template.

MapAreaRoute(IRouteBuilder, String, String, String, Object)

Adds a route to the IRouteBuilder with the given MVC area with the specified name, areaName, template, and defaults.

MapAreaRoute(IRouteBuilder, String, String, String, Object, Object)

Adds a route to the IRouteBuilder with the given MVC area with the specified name, areaName, template, defaults, and constraints.

MapAreaRoute(IRouteBuilder, String, String, String, Object, Object, Object)

Adds a route to the IRouteBuilder with the given MVC area with the specified name, areaName, template, defaults, constraints, and dataTokens.

Applies to