Enum MvcServiceMode
- Namespace
- Whipstaff.AspNetCore.Features.ApplicationStartup
- Assembly
- Whipstaff.AspNetCore.dll
Represents the mode of MVC services to add.
public enum MvcServiceMode
Fields
Basic = 1
Basic MVC services.
ControllersWithViews = 2
Controllers with views.
None = 0
No MVC services.