7 lines
152 B
C#
7 lines
152 B
C#
namespace System.Web.Mvc {
|
|
|
|
public interface IViewPageActivator {
|
|
object Create(ControllerContext controllerContext, Type type);
|
|
}
|
|
}
|