Files
Umbraco-CMS/umbraco.MacroEngines.Juno/RazorBuildProvider.cs
Elijah af79bb24e5 Added Medium Trust Support, Razor DLL's can now exist in the GAC or BIN
Added Inline Razor Support - Caches Templates In The App_Data directory for now
Taken out umbdebug from the engine, as it caches the debug content
Custom Build Provider - Future Stub
2011-01-20 17:52:56 -10:00

12 lines
335 B
C#

namespace umbraco.MacroEngines {
/// <summary>
/// Stub Build Provider If Want To Implement Anything Advanced In The Future
/// Also Allows Us To Register Build Provider In Medium Trust
/// </summary>
public class RazorBuildProvider : System.Web.WebPages.Razor.RazorBuildProvider {
}
}