parent
a6aaef0d63
commit
1c8f22058c
|
|
@ -148,7 +148,7 @@ namespace Microsoft.AspNet.Mvc.Razor
|
||||||
/// <see cref="ActionDescriptor.RouteConstraints"/> for traditional routes to get route values produces
|
/// <see cref="ActionDescriptor.RouteConstraints"/> for traditional routes to get route values produces
|
||||||
/// consistently cased results.
|
/// consistently cased results.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
internal static string GetNormalizedRouteValue(ActionContext context, string key)
|
public static string GetNormalizedRouteValue([NotNull] ActionContext context, [NotNull] string key)
|
||||||
{
|
{
|
||||||
object routeValue;
|
object routeValue;
|
||||||
if (!context.RouteData.Values.TryGetValue(key, out routeValue))
|
if (!context.RouteData.Values.TryGetValue(key, out routeValue))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue