File tree Expand file tree Collapse file tree
csharp/ql/lib/semmle/code/csharp/frameworks/microsoft Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,12 +62,14 @@ class MicrosoftAspNetCoreMvcNonActionAttribute extends MicrosoftAspNetCoreMvcAtt
6262 MicrosoftAspNetCoreMvcNonActionAttribute ( ) { this .getType ( ) .hasName ( "NonActionAttribute" ) }
6363}
6464
65+ /** A `Microsoft.AspNetCore.Mvc.NonController` attribute. */
6566class MicrosoftAspNetCoreMvcNonControllerAttribute extends MicrosoftAspNetCoreMvcAttribute {
6667 MicrosoftAspNetCoreMvcNonControllerAttribute ( ) {
6768 this .getType ( ) .hasName ( "NonControllerAttribute" )
6869 }
6970}
7071
72+ /** A `Microsoft.AspNetCore.Mvc.Controller` attribute. */
7173class MicrosoftAspNetCoreMvcControllerAttribute extends MicrosoftAspNetCoreMvcAttribute {
7274 MicrosoftAspNetCoreMvcControllerAttribute ( ) { this .getType ( ) .hasName ( "ControllerAttribute" ) }
7375}
You can’t perform that action at this time.
0 commit comments