MY TESTED ASP.NET CORE MVC DOCS
Show / Hide Table of Contents

Class MyRouting

Provides methods to specify an ASP.NET Core MVC route test case.

Inheritance
System.Object
MyTested.AspNetCore.Mvc.Builders.Routing.BaseRouteTestBuilder
MyTested.AspNetCore.Mvc.Builders.Routing.RouteTestBuilder
MyRouting
Namespace:MyTested.AspNetCore.Mvc
Assembly:MyTested.AspNetCore.Mvc.Routing.dll
Syntax
public class MyRouting : RouteTestBuilder, IRouteTestBuilder

Constructors

| Improve this Doc View Source

MyRouting()

Initializes a new instance of the MyRouting class.

Declaration
public MyRouting()

Methods

| Improve this Doc View Source

Configuration()

Starts a route test.

Declaration
public static IRouteTestBuilder Configuration()
Returns
Type Description
IRouteTestBuilder

Test builder of IRouteTestBuilder type.

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 MyTestedASP.NET. All Rights Reserved. Generated by DocFX