Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

conflictingactionsresolver as a workaround

// Make sure all controllers contain the following.
// these annotations make sure all controllers differ from eachother
    [Route("api/[controller]")]
    [ApiController]
 
PREVIOUS NEXT
Tagged: #conflictingactionsresolver #workaround
ADD COMMENT
Topic
Name
5+8 =