mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
@@ -114,6 +114,10 @@ namespace Orchard.Mvc {
|
||||
public override Cache Cache {
|
||||
get { return HttpRuntime.Cache; }
|
||||
}
|
||||
|
||||
public override object GetService(Type serviceType) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
private class HttpResponsePlaceholder : HttpResponseBase {
|
||||
|
||||
Reference in New Issue
Block a user