Skip to main content
A newer version of this page is available. .

MapRouteBuilder Class

Represents a Map route.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class MapRouteBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

Do not instantiate this class explicitly. A new MapRouteBuilder class instance is created when you call the Routes(Action<CollectionFactory<MapRouteBuilder>>) method.

Implements

Inheritance

See Also