Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Web.Mvc/ActionSelector.cs')
-rw-r--r--src/System.Web.Mvc/ActionSelector.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/System.Web.Mvc/ActionSelector.cs b/src/System.Web.Mvc/ActionSelector.cs
new file mode 100644
index 00000000..ee790b43
--- /dev/null
+++ b/src/System.Web.Mvc/ActionSelector.cs
@@ -0,0 +1,4 @@
+namespace System.Web.Mvc
+{
+ public delegate bool ActionSelector(ControllerContext controllerContext);
+}