Files
linux-packaging-mono/mcs/class/System.Web.Mvc3/Mvc/IViewPageActivator.cs

7 lines
152 B
C#
Raw Normal View History

namespace System.Web.Mvc {
public interface IViewPageActivator {
object Create(ControllerContext controllerContext, Type type);
}
}