RouteCollection.Add(IRouter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends the collection of routes defined in router
.
public:
virtual void Add(Microsoft::AspNetCore::Routing::IRouter ^ router);
public void Add (Microsoft.AspNetCore.Routing.IRouter router);
abstract member Add : Microsoft.AspNetCore.Routing.IRouter -> unit
override this.Add : Microsoft.AspNetCore.Routing.IRouter -> unit
Public Sub Add (router As IRouter)