Adding Layout to IOrchardViewPage

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-15 16:31:43 -07:00
parent 794a355e69
commit 7eaef1ecf6

View File

@@ -14,6 +14,7 @@ namespace Orchard.Mvc {
ScriptRegister Script { get; }
ResourceRegister Style { get; }
dynamic Display { get; }
dynamic Layout { get; }
IHtmlString DisplayChildren(object shape);
WorkContext WorkContext { get; }
IDisposable Capture(Action<IHtmlString> callback);