You've already forked linux-packaging-mono
10 lines
154 B
C#
10 lines
154 B
C#
![]() |
namespace System.Web.Mvc {
|
|||
|
|
|||
|
public abstract class ActionResult {
|
|||
|
|
|||
|
public abstract void ExecuteResult(ControllerContext context);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
}
|