DefaultOrder Class¶
Inheritance Hierarchy¶
System.Object
Microsoft.AspNet.Mvc.DefaultOrder
Fields¶
-
DefaultCorsSortOrder
()¶ The default order for <c>CorsAuthorizationFilter</c>, <c>CorsAuthorizationFilterFactory</c> and <c>DisableCorsAuthorizationFilter</c>
public static readonly int DefaultCorsSortOrder
-
DefaultFrameworkSortOrder
()¶ The default order for sorting is -1000. Other framework code the depends on order should be ordered between -1 to -1999. User code should order at bigger than 0 or smaller than -2000.
public static readonly int DefaultFrameworkSortOrder
-