Controller Auditing
Controller Attributes
[ApiController]
[Route("[controller]/[action]")]
public sealed class MyController : ControllerBase
{
// Actions here
}Last updated
Was this helpful?
[ApiController]
[Route("[controller]/[action]")]
public sealed class MyController : ControllerBase
{
// Actions here
}Last updated
Was this helpful?
Was this helpful?