Changed EnableMvcSupport config section and classes to be: DefaultRenderingEngine which uses an enum.
Added a real handy Enum<T> class for parsing/traversing enums.
This commit is contained in:
8
src/Umbraco.Core/RenderingEngine.cs
Normal file
8
src/Umbraco.Core/RenderingEngine.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Umbraco.Core
|
||||
{
|
||||
public enum RenderingEngine
|
||||
{
|
||||
Mvc,
|
||||
WebForms
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user