mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-22 08:49:31 +00:00
Simplify syntax
This commit is contained in:
@@ -62,6 +62,7 @@ public static class Constants
|
||||
public const string DeleteAttributeShortName = "GenerateDelete";
|
||||
|
||||
public const string PatternPropertyName = "Pattern";
|
||||
public const string PatternArgumentName = "pattern";
|
||||
|
||||
public const string MapAllRoutes = "MapAllRoutes";
|
||||
public const string UseRoutesMethodName = "UseRoutes";
|
||||
@@ -77,4 +78,7 @@ public static class Constants
|
||||
public const string RouteFilterAttributeName = "RouteFilterAttribute";
|
||||
public const string RouteFilterAttributeShortName = "RouteFilter";
|
||||
public const string RouteFilterTypePropertyName = "RouteFilterType";
|
||||
|
||||
public const string T = "T";
|
||||
public const string IEndpointFilterName = "IEndpointFilter";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user