CR feedback
This commit is contained in:
parent
a55a71a4f8
commit
7cf40c8a50
|
|
@ -5,7 +5,7 @@
|
||||||
"Microsoft.AspNet.ConfigurationModel": "0.1-alpha-*",
|
"Microsoft.AspNet.ConfigurationModel": "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*",
|
"Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.Routing" : "0.1-alpha-*",
|
"Microsoft.AspNet.Routing" : "0.1-alpha-*",
|
||||||
"Microsoft.AspNet.Mvc.ModelBinding" : "",
|
"Microsoft.AspNet.Mvc.ModelBinding" : "",
|
||||||
"Microsoft.AspNet.Mvc.Core" : "",
|
"Microsoft.AspNet.Mvc.Core" : "",
|
||||||
"Microsoft.AspNet.Mvc" : "",
|
"Microsoft.AspNet.Mvc" : "",
|
||||||
"Microsoft.AspNet.Mvc.Razor": ""
|
"Microsoft.AspNet.Mvc.Razor": ""
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ namespace Microsoft.AspNet.Mvc
|
||||||
{
|
{
|
||||||
public interface IFilter
|
public interface IFilter
|
||||||
{
|
{
|
||||||
// Marker only interface to any IFilter gets picked up by the DefaultActionDescriptorProvider
|
|
||||||
int Order { get; }
|
int Order { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue