MapRouteRouteBuilderExtensions Class

Definition

Provides extension methods for IRouteBuilder to add routes.

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

Methods

MapRoute(IRouteBuilder, String, String)

Adds a route to the IRouteBuilder with the specified name and template.

MapRoute(IRouteBuilder, String, String, Object)

Adds a route to the IRouteBuilder with the specified name, template, and default values.

MapRoute(IRouteBuilder, String, String, Object, Object)

Adds a route to the IRouteBuilder with the specified name, template, default values, and constraints.

MapRoute(IRouteBuilder, String, String, Object, Object, Object)

Adds a route to the IRouteBuilder with the specified name, template, default values, and data tokens.

Applies to