File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
csharp/ql/lib/semmle/code/csharp/frameworks/microsoft Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,14 @@ class MicrosoftAspNetCoreMvcNonActionAttribute extends MicrosoftAspNetCoreMvcAtt
62
62
MicrosoftAspNetCoreMvcNonActionAttribute ( ) { this .getType ( ) .hasName ( "NonActionAttribute" ) }
63
63
}
64
64
65
+ /** A `Microsoft.AspNetCore.Mvc.NonController` attribute. */
65
66
class MicrosoftAspNetCoreMvcNonControllerAttribute extends MicrosoftAspNetCoreMvcAttribute {
66
67
MicrosoftAspNetCoreMvcNonControllerAttribute ( ) {
67
68
this .getType ( ) .hasName ( "NonControllerAttribute" )
68
69
}
69
70
}
70
71
72
+ /** A `Microsoft.AspNetCore.Mvc.Controller` attribute. */
71
73
class MicrosoftAspNetCoreMvcControllerAttribute extends MicrosoftAspNetCoreMvcAttribute {
72
74
MicrosoftAspNetCoreMvcControllerAttribute ( ) { this .getType ( ) .hasName ( "ControllerAttribute" ) }
73
75
}
You can’t perform that action at this time.
0 commit comments