Endpoint Report
dotnet8_assembly_level_attribute
Assembly
DOTNET_COREAttribute
Controller
Class Name | Attribute |
Namespace | dotnet8 |
Number of Actions | 3 |
Get
Attribute Routed Action
/attributecontrollerprefix2
/attributecontrollerprefix
GetWithRoute
Attribute Routed Action
/attributecontrollerprefix2/getwithroute
/attributecontrollerprefix/getwithroute
MultipleRoutes
Attribute Routed Action
/attributecontrollerprefix2/multipleroutes/1
/attributecontrollerprefix2/multipleroutes/2
/attributecontrollerprefix/multipleroutes/1
/attributecontrollerprefix/multipleroutes/2
AttributeControllerNoRoute
Controller
Class Name | AttributeControllerNoRoute |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/attributecontrollernoroute/getWithHttpGetRoute
GetWithRoute
Attribute Routed Action
/attributecontrollernoroute/getwithroute
Inheriting
Controller
Class Name | Inheriting |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/inheritingcontrollerprefix
/inheritingcontrollerprefix2
GetWithRoute
Attribute Routed Action
/inheritingcontrollerprefix/getwithroute
/inheritingcontrollerprefix2/getwithroute
InheritingController2
Controller
Class Name | InheritingController2 |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/inheritingcontroller2prefix
/inheritingcontroller2prefix2
GetWithRoute
Attribute Routed Action
/inheritingcontroller2prefix/getwithroute
/inheritingcontroller2prefix2/getwithroute
CustomBaseInheriting
Controller
Class Name | CustomBaseInheriting |
Namespace | dotnet8 |
Number of Actions | 1 |
Get
Attribute Routed Action
/custombase/route
ActiveControllerWithNoMethodRoute
Controller
Class Name | ActiveControllerWithNoMethodRoute |
Namespace | dotnet8 |
Number of Actions | 1 |
HelloWorld
Attribute Routed Action
/activeController
/activeController2
ControllerComplexHttpMethods
Controller
Class Name | ControllerComplexHttpMethods |
Namespace | dotnet8 |
Number of Actions | 5 |
MultipleHTTPMethodsWithRotues
Attribute Routed Action
/controllerComplexHttpMethods/get
/controllerComplexHttpMethods/post
/controllerComplexHttpMethods/put
/controllerComplexHttpMethods/delete
/controllerComplexHttpMethods/patch
/controllerComplexHttpMethods/options
/controllerComplexHttpMethods/head
/controllerComplexHttpMethods2/get
/controllerComplexHttpMethods2/post
/controllerComplexHttpMethods2/put
/controllerComplexHttpMethods2/delete
/controllerComplexHttpMethods2/patch
/controllerComplexHttpMethods2/options
/controllerComplexHttpMethods2/head
MultipleHTTPMethodsSomeWithRoutes
Attribute Routed Action
/controllerComplexHttpMethods/get2
/controllerComplexHttpMethods
/controllerComplexHttpMethods/put2
/controllerComplexHttpMethods/patch2
/controllerComplexHttpMethods/options2
/controllerComplexHttpMethods2/get2
/controllerComplexHttpMethods2
/controllerComplexHttpMethods2/put2
/controllerComplexHttpMethods2/patch2
/controllerComplexHttpMethods2/options2
HttpMethodWithSameRouteAsAnotherButNoMethod
Attribute Routed Action
/controllerComplexHttpMethods/HttpMethodWithSameRouteAsAnotherButDifferentMethod
/controllerComplexHttpMethods2/HttpMethodWithSameRouteAsAnotherButDifferentMethod
HttpMethodWithSameRouteAsAnotherButGetMethod
Attribute Routed Action
/controllerComplexHttpMethods/HttpMethodWithSameRouteAsAnotherButDifferentMethod
/controllerComplexHttpMethods2/HttpMethodWithSameRouteAsAnotherButDifferentMethod
HttpMethodWithSameRouteAsAnotherButPostMethod
Attribute Routed Action
/controllerComplexHttpMethods/HttpMethodWithSameRouteAsAnotherButDifferentMethod
/controllerComplexHttpMethods2/HttpMethodWithSameRouteAsAnotherButDifferentMethod
AcceptVerbs
Controller
Class Name | AcceptVerbs |
Namespace | dotnet8 |
Number of Actions | 2 |
AcceptVerbsRoute
Attribute Routed Action
/acceptverbscontroller/acceptverbsroute
AcceptVerbsWithoutRoute
Attribute Routed Action
/acceptverbscontroller
ControllerWithPrefixButOnlyVerbsOnMethods
Controller
Class Name | ControllerWithPrefixButOnlyVerbsOnMethods |
Namespace | dotnet8 |
Number of Actions | 7 |
Get
Attribute Routed Action
/controllerWithPrefixButOnlyVerbsOnMethods
Post
Attribute Routed Action
/controllerWithPrefixButOnlyVerbsOnMethods
Put
Attribute Routed Action
/controllerWithPrefixButOnlyVerbsOnMethods
Delete
Attribute Routed Action
/controllerWithPrefixButOnlyVerbsOnMethods
Patch
Attribute Routed Action
/controllerWithPrefixButOnlyVerbsOnMethods
Options
Attribute Routed Action
/controllerWithPrefixButOnlyVerbsOnMethods
Head
Attribute Routed Action
/controllerWithPrefixButOnlyVerbsOnMethods
ControllerWithNoRoutes
Controller
Class Name | ControllerWithNoRoutes |
Namespace | dotnet8 |
Number of Actions | 0 |
ControllerWithPlaceholders
Controller
Class Name | ControllerWithPlaceholders |
Namespace | dotnet8 |
Number of Actions | 2 |
OverridenActionName
Attribute Routed Action
/ControllerWithPlaceholders/OverridenActionName
Post
Attribute Routed Action
/ControllerWithPlaceholders/Post
ControllerWithRouteTemplateLiterals
Controller
Class Name | ControllerWithRouteTemplateLiterals |
Namespace | dotnet8 |
Number of Actions | 3 |
OverridenActionName
Attribute Routed Action
/literals/ControllerWithRouteTemplateLiterals/OverridenActionName
Post
Attribute Routed Action
/literals/ControllerWithRouteTemplateLiterals/Post
Delete
Attribute Routed Action
/literals/ControllerWithRouteTemplateLiterals/get
ControllerWithComplexTemplateLiterals
Controller
Class Name | ControllerWithComplexTemplateLiterals |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/complexliterals/ControllerWithComplexTemplateLiterals/Get
/complexliterals/
/complexliterals/ControllerWithComplexTemplateLiterals/
Post
Attribute Routed Action
/complexliterals/ControllerWithComplexTemplateLiterals/Post
ControllerWithComplexTemplateLiteralsReverse
Controller
Class Name | ControllerWithComplexTemplateLiteralsReverse |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/complexliteralsreverse/Get/ControllerWithComplexTemplateLiteralsReverse
/complexliteralsreverse/
/complexliteralsreverse/Get/
Post
Attribute Routed Action
/complexliteralsreverse/Post/ControllerWithComplexTemplateLiteralsReverse
ControllerWithComplexTemplateLiterals2
Controller
Class Name | ControllerWithComplexTemplateLiterals2 |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/complexliterals2/ControllerWithComplexTemplateLiterals2/a/Get
/complexliterals2/ControllerWithComplexTemplateLiterals2/a/
Post
Attribute Routed Action
/complexliterals2/ControllerWithComplexTemplateLiterals2/a/Post
ControllerWithComplexTemplateLiteralsNo
Controller
Class Name | ControllerWithComplexTemplateLiteralsNo |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/complexliteralsnocontroller/Get
Post
Attribute Routed Action
/complexliteralsnocontroller/Post
ControllerWithComplexTemplateLiteralsNoActions
Controller
Class Name | ControllerWithComplexTemplateLiteralsNoActions |
Namespace | dotnet8 |
Number of Actions | 3 |
Get
Attribute Routed Action
/complexliteralsonlycontroller/ControllerWithComplexTemplateLiteralsNoActions/get
Post
Attribute Routed Action
/complexliteralsonlycontroller/ControllerWithComplexTemplateLiteralsNoActions/post
Default
Attribute Routed Action
/complexliteralsonlycontroller/ControllerWithComplexTemplateLiteralsNoActions
ControllerWithEmptyRouteAndPrefix
Controller
Class Name | ControllerWithEmptyRouteAndPrefix |
Namespace | dotnet8 |
Number of Actions | 1 |
Get
Attribute Routed Action
/controllerwithemptyrouteandprefix
ControllerWithEscapedSquareBrackets
Controller
Class Name | ControllerWithEscapedSquareBrackets |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/[]/[controller]
Post
Attribute Routed Action
/[]/[action]
ControllerWithEscapedCurlyBrackets
Controller
Class Name | ControllerWithEscapedCurlyBrackets |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/{}/{controller}
Post
Attribute Routed Action
/{}/{action}
ListAllRoutes
Controller
Class Name | ListAllRoutes |
Namespace | dotnet8 |
Number of Actions | 2 |
ListAttributeRoutes
Attribute Routed Action
/api/attributeroutes
ListConventionalRoutes
Attribute Routed Action
/api/conventionalroutes
dotnetframework
Assembly
DOTNET_FRAMEWORKAttribute
Controller
Class Name | Attribute |
Namespace | dotnetframework472.Mvc |
Number of Actions | 3 |
Get
Conventionally Routed Action
/conventionalprefix/Attribute/Get
GetWithRoute
Attribute Routed Action
/attributecontrollerprefix/attributegetwithroute
MultipleRoutes
Attribute Routed Action
/attributecontrollerprefix/multipleroutes/1
/attributecontrollerprefix/multipleroutes/2
EmptyControllerBase
Controller
Class Name | EmptyControllerBase |
Namespace | dotnetframework472.Mvc |
Number of Actions | 0 |
AttributeControllerNoRoute
Controller
Class Name | AttributeControllerNoRoute |
Namespace | dotnetframework472.Mvc |
Number of Actions | 2 |
Get
Attribute Routed Action
/attributecontrollernoroute/getWithHttpGetRoute
GetWithRoute
Attribute Routed Action
/attributecontrollernoroute/getwithroute
Inheriting
Controller
Class Name | Inheriting |
Namespace | dotnetframework472.Mvc |
Number of Actions | 2 |
Get
Conventionally Routed Action
/conventionalprefix/Inheriting/Get
GetWithRoute
Attribute Routed Action
/inheritingcontrollerprefix/getwithroute
InheritingControllerNoRoute
Controller
Class Name | InheritingControllerNoRoute |
Namespace | dotnetframework472.Mvc |
Number of Actions | 2 |
Get
Conventionally Routed Action
/conventionalprefix/InheritingControllerNoRoute/Get
GetWithRoute
Attribute Routed Action
/InheritingControllerNoRoute/getwithroute
InheritingController2
Controller
Class Name | InheritingController2 |
Namespace | dotnetframework472.Mvc |
Number of Actions | 2 |
Get
Conventionally Routed Action
/conventionalprefix/InheritingController2/Get
GetWithRoute
Attribute Routed Action
/inheritingcontroller2prefix/getwithroute2
CustomBaseInheriting
Controller
Class Name | CustomBaseInheriting |
Namespace | dotnetframework472.Mvc |
Number of Actions | 1 |
Get
Attribute Routed Action
/custombase/route
InheritingController2NoRoute
Controller
Class Name | InheritingController2NoRoute |
Namespace | dotnetframework472.Mvc |
Number of Actions | 2 |
Get
Conventionally Routed Action
/conventionalprefix/InheritingController2NoRoute/Get
GetWithRoute
Attribute Routed Action
/inheritingcontroller2noroute/getwithroute
ActiveControllerWithNoMethodRoute
Controller
Class Name | ActiveControllerWithNoMethodRoute |
Namespace | dotnetframework472.Mvc |
Number of Actions | 1 |
HelloWorld
Conventionally Routed Action
/conventionalprefix/ActiveControllerWithNoMethodRoute/HelloWorld
ControllerComplexHttpMethods
Controller
Class Name | ControllerComplexHttpMethods |
Namespace | dotnetframework472.Mvc |
Number of Actions | 3 |
HttpMethodWithSameRouteAsAnotherButNoMethod
Attribute Routed Action
/controllerComplexHttpMethods/HttpMethodWithSameRouteAsAnotherButDifferentMethod
HttpMethodWithSameRouteAsAnotherButGetMethod
Attribute Routed Action
/controllerComplexHttpMethods/HttpMethodWithSameRouteAsAnotherButDifferentMethod
HttpMethodWithSameRouteAsAnotherButPostMethod
Attribute Routed Action
/controllerComplexHttpMethods/HttpMethodWithSameRouteAsAnotherButDifferentMethod
AcceptVerbs
Controller
Class Name | AcceptVerbs |
Namespace | dotnetframework472.Mvc |
Number of Actions | 2 |
AcceptVerbsRoute
Attribute Routed Action
/acceptverbscontroller/acceptverbsroute
AcceptVerbsWithoutRoute
Conventionally Routed Action
/conventionalprefix/AcceptVerbs/AcceptVerbsWithoutRoute
ControllerWithPrefixButOnlyVerbsOnMethods
Controller
Class Name | ControllerWithPrefixButOnlyVerbsOnMethods |
Namespace | dotnetframework472.Mvc |
Number of Actions | 7 |
Get
Conventionally Routed Action
/conventionalprefix/ControllerWithPrefixButOnlyVerbsOnMethods/Get
Post
Conventionally Routed Action
/conventionalprefix/ControllerWithPrefixButOnlyVerbsOnMethods/Post
Put
Conventionally Routed Action
/conventionalprefix/ControllerWithPrefixButOnlyVerbsOnMethods/Put
Delete
Conventionally Routed Action
/conventionalprefix/ControllerWithPrefixButOnlyVerbsOnMethods/Delete
Patch
Conventionally Routed Action
/conventionalprefix/ControllerWithPrefixButOnlyVerbsOnMethods/Patch
Options
Conventionally Routed Action
/conventionalprefix/ControllerWithPrefixButOnlyVerbsOnMethods/Options
Head
Conventionally Routed Action
/conventionalprefix/ControllerWithPrefixButOnlyVerbsOnMethods/Head
DefaultConventional
Controller
Class Name | DefaultConventional |
Namespace | dotnetframework472.Mvc |
Number of Actions | 2 |
DefaultAction
Conventionally Routed Action
/conventionalprefix/DefaultConventional/DefaultAction
/conventionalprefix2/DefaultConventional
/conventionalwithnoactionspecs
NonDefaultAction
Conventionally Routed Action
/conventionalprefix/DefaultConventional/NonDefaultAction
DefaultControllerConventional
Controller
Class Name | DefaultControllerConventional |
Namespace | dotnetframework472.Mvc |
Number of Actions | 1 |
NonDefaultAction
Conventionally Routed Action
/conventionalprefix/DefaultControllerConventional/NonDefaultAction
ConventionalControllerOverriddenActionNames
Controller
Class Name | ConventionalControllerOverriddenActionNames |
Namespace | dotnetframework472.Mvc |
Number of Actions | 2 |
OverridenActionName
Conventionally Routed Action
/conventionalprefix/ConventionalControllerOverriddenActionNames/OverridenActionName
OverridenActionName
Conventionally Routed Action
/conventionalprefix/ConventionalControllerOverriddenActionNames/OverridenActionName
ControllerWithNoRoutes
Controller
Class Name | ControllerWithNoRoutes |
Namespace | dotnetframework472.Mvc |
Number of Actions | 0 |
ControllerWithPlaceholders
Controller
Class Name | ControllerWithPlaceholders |
Namespace | dotnetframework472.Mvc |
Number of Actions | 2 |
OverridenActionName
Attribute Routed Action
/[controller]/[action]
Post
Attribute Routed Action
/[controller]/[action]
ControllerWithVerbNamedActions
Controller
Class Name | ControllerWithVerbNamedActions |
Namespace | dotnetframework472.Mvc |
Number of Actions | 7 |
Get
Attribute Routed Action
/controllerwithverbnamedactions/a
Post
Attribute Routed Action
/controllerwithverbnamedactions/b
Put
Attribute Routed Action
/controllerwithverbnamedactions/c
Delete
Attribute Routed Action
/controllerwithverbnamedactions/d
Patch
Attribute Routed Action
/controllerwithverbnamedactions/e
Options
Attribute Routed Action
/controllerwithverbnamedactions/f
Head
Attribute Routed Action
/controllerwithverbnamedactions/g
ControllerWithRouteAndPrefix
Controller
Class Name | ControllerWithRouteAndPrefix |
Namespace | dotnetframework472.Mvc |
Number of Actions | 2 |
Get
Attribute Routed Action
/controllerwithrouteandprefixcontrollerprefix/withroute
P
Attribute Routed Action
/controllerwithrouteandprefixcontrollerprefix/controllerwithrouteandprefixcontrollerroute
ControllerWithPrefixAndEmptyStrings
Controller
Class Name | ControllerWithPrefixAndEmptyStrings |
Namespace | dotnetframework472.Mvc |
Number of Actions | 2 |
Pos
Attribute Routed Action
/controllerwithprefixandemptystrings
Del
Attribute Routed Action
/controllerwithprefixandemptystrings
ControllerForeignBase
Controller
Class Name | ControllerForeignBase |
Namespace | dotnetframework472.Mvc |
Number of Actions | 2 |
Get
Attribute Routed Action
/controllerforeignbaseget
Post
Conventionally Routed Action
/conventionalprefix/ControllerForeignBase/Post
ApiAttribute
Controller
Class Name | ApiAttribute |
Namespace | dotnetframework472.Api |
Number of Actions | 3 |
Get
Conventionally Routed Action
/apiconventionalprefix/ApiAttribute/Get
GetWithRoute
Attribute Routed Action
/apiattributecontrollerprefix/apigetwithroute
MultipleRoutes
Attribute Routed Action
/apiattributecontrollerprefix/apimultipleroutes/1
/apiattributecontrollerprefix/apimultipleroutes/2
ApiAttributeControllerNoRoute
Controller
Class Name | ApiAttributeControllerNoRoute |
Namespace | dotnetframework472.Api |
Number of Actions | 2 |
Get
Attribute Routed Action
/apiattributecontrollernoroute/getWithHttpGetRoute
GetWithRoute
Attribute Routed Action
/apiattributecontrollernoroute/getwithroute
ApiInheriting
Controller
Class Name | ApiInheriting |
Namespace | dotnetframework472.Api |
Number of Actions | 2 |
Get
Conventionally Routed Action
/apiconventionalprefix/ApiInheriting/Get
WithRoutePrefix
Attribute Routed Action
/apiinheritingcontrollerprefix/apigetwithrouteprefix
ApiInheritingControllerNoRoute
Controller
Class Name | ApiInheritingControllerNoRoute |
Namespace | dotnetframework472.Api |
Number of Actions | 2 |
Get
Conventionally Routed Action
/apiconventionalprefix/ApiInheritingControllerNoRoute/Get
GetWithRoute
Attribute Routed Action
/apiInheritingControllerNoRoute/getwithroute
ApiInheritingController2
Controller
Class Name | ApiInheritingController2 |
Namespace | dotnetframework472.Api |
Number of Actions | 2 |
Get
Conventionally Routed Action
/apiconventionalprefix/ApiInheritingController2/Get
GetWithRoute
Attribute Routed Action
/apiinheritingcontroller2prefix/apigetwithroute2
ApiCustomBaseInheriting
Controller
Class Name | ApiCustomBaseInheriting |
Namespace | dotnetframework472.Api |
Number of Actions | 1 |
Get
Attribute Routed Action
/apicustombase/route
ApiInheritingController2NoRoute
Controller
Class Name | ApiInheritingController2NoRoute |
Namespace | dotnetframework472.Api |
Number of Actions | 2 |
Get
Conventionally Routed Action
/apiconventionalprefix/ApiInheritingController2NoRoute/Get
GetWithRoute
Attribute Routed Action
/apiinheritingcontroller2noroute/getwithroute
ApiActiveControllerWithNoMethodRoute
Controller
Class Name | ApiActiveControllerWithNoMethodRoute |
Namespace | dotnetframework472.Api |
Number of Actions | 1 |
HelloWorld
Conventionally Routed Action
/apiconventionalprefix/ApiActiveControllerWithNoMethodRoute/HelloWorld
ApiControllerComplexHttpMethods
Controller
Class Name | ApiControllerComplexHttpMethods |
Namespace | dotnetframework472.Api |
Number of Actions | 3 |
HttpMethodWithSameRouteAsAnotherButNoMethod
Attribute Routed Action
/apicontrollerComplexHttpMethods/apiHttpMethodWithSameRouteAsAnotherButDifferentMethod
HttpMethodWithSameRouteAsAnotherButGetMethod
Attribute Routed Action
/apicontrollerComplexHttpMethods/apiHttpMethodWithSameRouteAsAnotherButDifferentMethod
HttpMethodWithSameRouteAsAnotherButPostMethod
Attribute Routed Action
/apicontrollerComplexHttpMethods/apiHttpMethodWithSameRouteAsAnotherButDifferentMethod
ApiAcceptVerbs
Controller
Class Name | ApiAcceptVerbs |
Namespace | dotnetframework472.Api |
Number of Actions | 2 |
AcceptVerbsRoute
Attribute Routed Action
/apiacceptverbsscontroller/apiacceptverbsroute
AcceptVerbsWithoutRoute
Conventionally Routed Action
/apiconventionalprefix/ApiAcceptVerbs/AcceptVerbsWithoutRoute
ApiControllerWithPrefixButOnlyVerbsOnMethods
Controller
Class Name | ApiControllerWithPrefixButOnlyVerbsOnMethods |
Namespace | dotnetframework472.Api |
Number of Actions | 7 |
Get
Conventionally Routed Action
/apiconventionalprefix/ApiControllerWithPrefixButOnlyVerbsOnMethods/Get
Post
Conventionally Routed Action
/apiconventionalprefix/ApiControllerWithPrefixButOnlyVerbsOnMethods/Post
Put
Conventionally Routed Action
/apiconventionalprefix/ApiControllerWithPrefixButOnlyVerbsOnMethods/Put
Delete
Conventionally Routed Action
/apiconventionalprefix/ApiControllerWithPrefixButOnlyVerbsOnMethods/Delete
Patch
Conventionally Routed Action
/apiconventionalprefix/ApiControllerWithPrefixButOnlyVerbsOnMethods/Patch
Options
Conventionally Routed Action
/apiconventionalprefix/ApiControllerWithPrefixButOnlyVerbsOnMethods/Options
Head
Conventionally Routed Action
/apiconventionalprefix/ApiControllerWithPrefixButOnlyVerbsOnMethods/Head
ApiDefaultConventionalApi
Controller
Class Name | ApiDefaultConventionalApi |
Namespace | dotnetframework472.Api |
Number of Actions | 2 |
DefaultAction
Conventionally Routed Action
/apiconventionalprefix/ApiDefaultConventionalApi/DefaultAction
/apiconventionalprefix2/ApiDefaultConventionalApi
/apiconventionalwithnoactionspecs
NonDefaultAction
Conventionally Routed Action
/apiconventionalprefix/ApiDefaultConventionalApi/NonDefaultAction
ApiDefaultControllerConventional
Controller
Class Name | ApiDefaultControllerConventional |
Namespace | dotnetframework472.Api |
Number of Actions | 1 |
NonDefaultAction
Conventionally Routed Action
/apiconventionalprefix/ApiDefaultControllerConventional/NonDefaultAction
ApiConventionalControllerOverriddenActionNames
Controller
Class Name | ApiConventionalControllerOverriddenActionNames |
Namespace | dotnetframework472.Api |
Number of Actions | 2 |
OverridenActionName
Conventionally Routed Action
/apiconventionalprefix/ApiConventionalControllerOverriddenActionNames/OverridenActionName
OverridenActionName
Conventionally Routed Action
/apiconventionalprefix/ApiConventionalControllerOverriddenActionNames/OverridenActionName
ApiControllerWithNoRoutes
Controller
Class Name | ApiControllerWithNoRoutes |
Namespace | dotnetframework472.Api |
Number of Actions | 0 |
ApiControllerWithPlaceholders
Controller
Class Name | ApiControllerWithPlaceholders |
Namespace | dotnetframework472.Api |
Number of Actions | 2 |
OverridenActionName
Attribute Routed Action
/api/[controller]/[action]
Post
Attribute Routed Action
/api/[controller]/[action]
ApiControllerWithVerbNamedActions
Controller
Class Name | ApiControllerWithVerbNamedActions |
Namespace | dotnetframework472.Api |
Number of Actions | 7 |
Get
Attribute Routed Action
/apicontrollerwithverbnamedactions
Post
Attribute Routed Action
/apicontrollerwithverbnamedactions
Put
Attribute Routed Action
/apicontrollerwithverbnamedactions
Delete
Attribute Routed Action
/apicontrollerwithverbnamedactions
Patch
Attribute Routed Action
/apicontrollerwithverbnamedactions
Options
Attribute Routed Action
/apicontrollerwithverbnamedactions
Head
Attribute Routed Action
/apicontrollerwithverbnamedactions
ApiControllerWithRouteAndPrefix
Controller
Class Name | ApiControllerWithRouteAndPrefix |
Namespace | dotnetframework472.Api |
Number of Actions | 2 |
Get
Attribute Routed Action
/apicontrollerwithrouteandprefixcontrollerprefix/apiwithroute
P
Attribute Routed Action
/apicontrollerwithrouteandprefixcontrollerprefix/apicontrollerwithrouteandprefixcontrollerroute
ApiControllerWithPrefixAndEmptyStrings
Controller
Class Name | ApiControllerWithPrefixAndEmptyStrings |
Namespace | dotnetframework472.Api |
Number of Actions | 2 |
Pos
Attribute Routed Action
/apicontrollerwithprefixandemptystrings
Del
Attribute Routed Action
/apicontrollerwithprefixandemptystrings
ApiControllerForeignBase
Controller
Class Name | ApiControllerForeignBase |
Namespace | dotnetframework472.Api |
Number of Actions | 2 |
Get
Attribute Routed Action
/apicontrollerforeignbaseget
Post
Conventionally Routed Action
/apiconventionalprefix/ApiControllerForeignBase/Post
ListAllRoutes
Controller
Class Name | ListAllRoutes |
Namespace | dotnetframework.Controllers |
Number of Actions | 2 |
Get
Attribute Routed Action
/api/attributeroutes
ListConventionalRoutes
Attribute Routed Action
/api/conventionalroutes
dotnet8
Assembly
DOTNET_COREAttribute
Controller
Class Name | Attribute |
Namespace | dotnet8 |
Number of Actions | 3 |
Get
Attribute Routed Action
/attributecontrollerprefix2
/attributecontrollerprefix
GetWithRoute
Attribute Routed Action
/attributecontrollerprefix2/getwithroute
/attributecontrollerprefix/getwithroute
MultipleRoutes
Attribute Routed Action
/attributecontrollerprefix2/multipleroutes/1
/attributecontrollerprefix2/multipleroutes/2
/attributecontrollerprefix/multipleroutes/1
/attributecontrollerprefix/multipleroutes/2
AttributeControllerNoRoute
Controller
Class Name | AttributeControllerNoRoute |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/attributecontrollernoroute/getWithHttpGetRoute
GetWithRoute
Attribute Routed Action
/attributecontrollernoroute/getwithroute
Inheriting
Controller
Class Name | Inheriting |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/inheritingcontrollerprefix
/inheritingcontrollerprefix2
GetWithRoute
Attribute Routed Action
/inheritingcontrollerprefix/getwithroute
/inheritingcontrollerprefix2/getwithroute
InheritingControllerNoRoute
Controller
Class Name | InheritingControllerNoRoute |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Conventionally Routed Action
/conventionalprefix/InheritingControllerNoRoute/Get
/conventional{controller}/InheritingControllerNoRoute/Get
GetWithRoute
Attribute Routed Action
/InheritingControllerNoRoute/getwithroute
InheritingController2
Controller
Class Name | InheritingController2 |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/inheritingcontroller2prefix
/inheritingcontroller2prefix2
GetWithRoute
Attribute Routed Action
/inheritingcontroller2prefix/getwithroute
/inheritingcontroller2prefix2/getwithroute
CustomBaseInheriting
Controller
Class Name | CustomBaseInheriting |
Namespace | dotnet8 |
Number of Actions | 1 |
Get
Attribute Routed Action
/custombase/route
InheritingController2NoRoute
Controller
Class Name | InheritingController2NoRoute |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Conventionally Routed Action
/conventionalprefix/InheritingController2NoRoute/Get
/conventional{controller}/InheritingController2NoRoute/Get
GetWithRoute
Attribute Routed Action
/inheritingcontroller2noroute/getwithroute
ActiveControllerWithNoMethodRoute
Controller
Class Name | ActiveControllerWithNoMethodRoute |
Namespace | dotnet8 |
Number of Actions | 1 |
HelloWorld
Attribute Routed Action
/activeController
/activeController2
ControllerComplexHttpMethods
Controller
Class Name | ControllerComplexHttpMethods |
Namespace | dotnet8 |
Number of Actions | 5 |
MultipleHTTPMethodsWithRotues
Attribute Routed Action
/controllerComplexHttpMethods/get
/controllerComplexHttpMethods/post
/controllerComplexHttpMethods/put
/controllerComplexHttpMethods/delete
/controllerComplexHttpMethods/patch
/controllerComplexHttpMethods/options
/controllerComplexHttpMethods/head
/controllerComplexHttpMethods2/get
/controllerComplexHttpMethods2/post
/controllerComplexHttpMethods2/put
/controllerComplexHttpMethods2/delete
/controllerComplexHttpMethods2/patch
/controllerComplexHttpMethods2/options
/controllerComplexHttpMethods2/head
MultipleHTTPMethodsSomeWithRoutes
Attribute Routed Action
/controllerComplexHttpMethods/get2
/controllerComplexHttpMethods
/controllerComplexHttpMethods/put2
/controllerComplexHttpMethods/patch2
/controllerComplexHttpMethods/options2
/controllerComplexHttpMethods2/get2
/controllerComplexHttpMethods2
/controllerComplexHttpMethods2/put2
/controllerComplexHttpMethods2/patch2
/controllerComplexHttpMethods2/options2
HttpMethodWithSameRouteAsAnotherButNoMethod
Attribute Routed Action
/controllerComplexHttpMethods/HttpMethodWithSameRouteAsAnotherButDifferentMethod
/controllerComplexHttpMethods2/HttpMethodWithSameRouteAsAnotherButDifferentMethod
HttpMethodWithSameRouteAsAnotherButGetMethod
Attribute Routed Action
/controllerComplexHttpMethods/HttpMethodWithSameRouteAsAnotherButDifferentMethod
/controllerComplexHttpMethods2/HttpMethodWithSameRouteAsAnotherButDifferentMethod
HttpMethodWithSameRouteAsAnotherButPostMethod
Attribute Routed Action
/controllerComplexHttpMethods/HttpMethodWithSameRouteAsAnotherButDifferentMethod
/controllerComplexHttpMethods2/HttpMethodWithSameRouteAsAnotherButDifferentMethod
AcceptVerbs
Controller
Class Name | AcceptVerbs |
Namespace | dotnet8 |
Number of Actions | 2 |
AcceptVerbsRoute
Attribute Routed Action
/acceptverbscontroller/acceptverbsroute
AcceptVerbsWithoutRoute
Attribute Routed Action
/acceptverbscontroller
ControllerWithPrefixButOnlyVerbsOnMethods
Controller
Class Name | ControllerWithPrefixButOnlyVerbsOnMethods |
Namespace | dotnet8 |
Number of Actions | 7 |
Get
Attribute Routed Action
/controllerWithPrefixButOnlyVerbsOnMethods
Post
Attribute Routed Action
/controllerWithPrefixButOnlyVerbsOnMethods
Put
Attribute Routed Action
/controllerWithPrefixButOnlyVerbsOnMethods
Delete
Attribute Routed Action
/controllerWithPrefixButOnlyVerbsOnMethods
Patch
Attribute Routed Action
/controllerWithPrefixButOnlyVerbsOnMethods
Options
Attribute Routed Action
/controllerWithPrefixButOnlyVerbsOnMethods
Head
Attribute Routed Action
/controllerWithPrefixButOnlyVerbsOnMethods
DefaultConventional
Controller
Class Name | DefaultConventional |
Namespace | dotnet8 |
Number of Actions | 2 |
DefaultAction
Conventionally Routed Action
/conventionalprefix/DefaultConventional/DefaultAction
/conventional{controller}/DefaultConventional/DefaultAction
/conventionalprefix2/DefaultConventional
/conventionalwithnoactionspecs
NonDefaultAction
Conventionally Routed Action
/conventionalprefix/DefaultConventional/NonDefaultAction
/conventional{controller}/DefaultConventional/NonDefaultAction
DefaultControllerConventional
Controller
Class Name | DefaultControllerConventional |
Namespace | dotnet8 |
Number of Actions | 1 |
NonDefaultAction
Conventionally Routed Action
/conventionalprefix/DefaultControllerConventional/NonDefaultAction
/conventional{controller}/DefaultControllerConventional/NonDefaultAction
ConventionalControllerOverriddenActionNames
Controller
Class Name | ConventionalControllerOverriddenActionNames |
Namespace | dotnet8 |
Number of Actions | 2 |
OverridenActionName
Conventionally Routed Action
/conventionalprefix/ConventionalControllerOverriddenActionNames/OverridenActionName
/conventional{controller}/ConventionalControllerOverriddenActionNames/OverridenActionName
OverridenActionName
Conventionally Routed Action
/conventionalprefix/ConventionalControllerOverriddenActionNames/OverridenActionName
/conventional{controller}/ConventionalControllerOverriddenActionNames/OverridenActionName
ControllerWithNoRoutes
Controller
Class Name | ControllerWithNoRoutes |
Namespace | dotnet8 |
Number of Actions | 0 |
ControllerWithPlaceholders
Controller
Class Name | ControllerWithPlaceholders |
Namespace | dotnet8 |
Number of Actions | 2 |
OverridenActionName
Attribute Routed Action
/ControllerWithPlaceholders/OverridenActionName
Post
Attribute Routed Action
/ControllerWithPlaceholders/Post
ControllerWithForeignBase
Controller
Class Name | ControllerWithForeignBase |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/controllerwithforeignbase/get
Post
Conventionally Routed Action
/conventionalprefix/ControllerWithForeignBase/Post
/conventional{controller}/ControllerWithForeignBase/Post
ControllerWithRouteTemplateLiterals
Controller
Class Name | ControllerWithRouteTemplateLiterals |
Namespace | dotnet8 |
Number of Actions | 3 |
OverridenActionName
Attribute Routed Action
/literals/ControllerWithRouteTemplateLiterals/OverridenActionName
Post
Attribute Routed Action
/literals/ControllerWithRouteTemplateLiterals/Post
Delete
Attribute Routed Action
/literals/ControllerWithRouteTemplateLiterals/get
ControllerWithComplexTemplateLiterals
Controller
Class Name | ControllerWithComplexTemplateLiterals |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/complexliterals/ControllerWithComplexTemplateLiterals/Get
/complexliterals/
/complexliterals/ControllerWithComplexTemplateLiterals/
Post
Attribute Routed Action
/complexliterals/ControllerWithComplexTemplateLiterals/Post
ControllerWithComplexTemplateLiteralsReverse
Controller
Class Name | ControllerWithComplexTemplateLiteralsReverse |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/complexliteralsreverse/Get/ControllerWithComplexTemplateLiteralsReverse
/complexliteralsreverse/
/complexliteralsreverse/Get/
Post
Attribute Routed Action
/complexliteralsreverse/Post/ControllerWithComplexTemplateLiteralsReverse
ControllerWithComplexTemplateLiterals2
Controller
Class Name | ControllerWithComplexTemplateLiterals2 |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/complexliterals2/ControllerWithComplexTemplateLiterals2/a/Get
/complexliterals2/ControllerWithComplexTemplateLiterals2/a/
Post
Attribute Routed Action
/complexliterals2/ControllerWithComplexTemplateLiterals2/a/Post
ControllerWithComplexTemplateLiteralsNo
Controller
Class Name | ControllerWithComplexTemplateLiteralsNo |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/complexliteralsnocontroller/Get
Post
Attribute Routed Action
/complexliteralsnocontroller/Post
ControllerWithComplexTemplateLiteralsNoActions
Controller
Class Name | ControllerWithComplexTemplateLiteralsNoActions |
Namespace | dotnet8 |
Number of Actions | 3 |
Get
Attribute Routed Action
/complexliteralsonlycontroller/ControllerWithComplexTemplateLiteralsNoActions/get
Post
Attribute Routed Action
/complexliteralsonlycontroller/ControllerWithComplexTemplateLiteralsNoActions/post
Default
Attribute Routed Action
/complexliteralsonlycontroller/ControllerWithComplexTemplateLiteralsNoActions
ControllerWithEmptyRouteAndPrefix
Controller
Class Name | ControllerWithEmptyRouteAndPrefix |
Namespace | dotnet8 |
Number of Actions | 1 |
Get
Attribute Routed Action
/controllerwithemptyrouteandprefix
ControllerWithEscapedSquareBrackets
Controller
Class Name | ControllerWithEscapedSquareBrackets |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/[]/[controller]
Post
Attribute Routed Action
/[]/[action]
ControllerWithEscapedCurlyBrackets
Controller
Class Name | ControllerWithEscapedCurlyBrackets |
Namespace | dotnet8 |
Number of Actions | 2 |
Get
Attribute Routed Action
/{}/{controller}
Post
Attribute Routed Action
/{}/{action}
ListAllRoutes
Controller
Class Name | ListAllRoutes |
Namespace | dotnet8 |
Number of Actions | 2 |
ListAttributeRoutes
Attribute Routed Action
/api/attributeroutes
ListConventionalRoutes
Attribute Routed Action
/api/conventionalroutes
dotnetframework_core_style
Assembly
DOTNET_FRAMEWORKAttribute
Controller
Class Name | Attribute |
Namespace | dotnetframework472.Mvc |
Number of Actions | 3 |
Get
Attribute Routed Action
/attributecontrollerprefix2
/attributecontrollerprefix
GetWithRoute
Attribute Routed Action
/attributegetwithroute
MultipleRoutes
Attribute Routed Action
/multipleroutes/1
/multipleroutes/2
EmptyControllerBase
Controller
Class Name | EmptyControllerBase |
Namespace | dotnetframework472.Mvc |
Number of Actions | 0 |
Inheriting
Controller
Class Name | Inheriting |
Namespace | dotnetframework472.Mvc |
Number of Actions | 2 |
Get
Attribute Routed Action
/inheritingcontrollerprefix
/inheritingcontrollerprefix2
GetWithRoute
Attribute Routed Action
/getwithroute
CustomBaseInheriting
Controller
Class Name | CustomBaseInheriting |
Namespace | dotnetframework472.Mvc |
Number of Actions | 1 |
Get
Attribute Routed Action
/custombase/route
AcceptVerbs
Controller
Class Name | AcceptVerbs |
Namespace | dotnetframework472.Mvc |
Number of Actions | 2 |
AcceptVerbsRoute
Attribute Routed Action
/acceptverbsroute
AcceptVerbsWithoutRoute
Attribute Routed Action
/acceptverbscontroller
DefaultConventional
Controller
Class Name | DefaultConventional |
Namespace | dotnetframework472.Mvc |
Number of Actions | 2 |
DefaultAction
Conventionally Routed Action
/conventionalprefix/DefaultConventional/DefaultAction
/conventionalprefix2/DefaultConventional
/conventionalwithnoactionspecs
NonDefaultAction
Conventionally Routed Action
/conventionalprefix/DefaultConventional/NonDefaultAction
ApiAttribute
Controller
Class Name | ApiAttribute |
Namespace | dotnetframework472.Api |
Number of Actions | 3 |
Get
Attribute Routed Action
/apiattributecontrollerprefix2
/apiattributecontrollerprefix
GetWithRoute
Attribute Routed Action
/apigetwithroute
MultipleRoutes
Attribute Routed Action
/apimultipleroutes/1
/apimultipleroutes/2
ApiInheriting
Controller
Class Name | ApiInheriting |
Namespace | dotnetframework472.Api |
Number of Actions | 2 |
Get
Attribute Routed Action
/apiinheritingcontrollerprefix
/apiinheritingcontrollerprefix2
WithRoutePrefix
Attribute Routed Action
/apigetwithrouteprefix
ApiCustomBaseInheriting
Controller
Class Name | ApiCustomBaseInheriting |
Namespace | dotnetframework472.Api |
Number of Actions | 1 |
Get
Attribute Routed Action
/apicustombase/route
ApiAcceptVerbs
Controller
Class Name | ApiAcceptVerbs |
Namespace | dotnetframework472.Api |
Number of Actions | 2 |
AcceptVerbsRoute
Attribute Routed Action
/apiacceptverbsroute
AcceptVerbsWithoutRoute
Attribute Routed Action
/apiacceptverbsscontroller
ApiDefaultConventionalApi
Controller
Class Name | ApiDefaultConventionalApi |
Namespace | dotnetframework472.Api |
Number of Actions | 2 |
DefaultAction
Conventionally Routed Action
/apiconventionalprefix/ApiDefaultConventionalApi/DefaultAction
/apiconventionalprefix2/ApiDefaultConventionalApi
/apiconventionalwithnoactionspecs
NonDefaultAction
Conventionally Routed Action
/apiconventionalprefix/ApiDefaultConventionalApi/NonDefaultAction
ListAllRoutes
Controller
Class Name | ListAllRoutes |
Namespace | dotnetframework_core_style.Controllers |
Number of Actions | 2 |
Get
Attribute Routed Action
/api/attributeroutes
ListConventionalRoutes
Attribute Routed Action
/api/conventionalroutes