S

Simplygauri's Thus Said A Yogi

FREE online courses in Yoga Philosophy and Kriya Yoga.
Regular articles on Yoga and Spirituality.

  • Rated2.7/ 5
  • Updated 1 Year Ago

Use [Controller] and [NonController] Attributes in ASP.NET Core | BinaryIntellect Knowledge Base

Updated 6 Years Ago

ASP.NET Core MVC uses certain conventions when it comes to naming the controllers. Although these defaults work as expected in many cases, at times you may want to take charge of the controller naming. Luckily, ASP.NET Core provides two attributes - [Controller] and [NonController] - that can be used to alter this default behavior. To that end this article shows how to use these attributes with simple examples.
Read More