mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 06:48:16 +08:00
make stringextensions available
This commit is contained in:
@ -3,7 +3,7 @@ using System.Linq;
|
||||
|
||||
namespace Ocelot.Infrastructure.Extensions
|
||||
{
|
||||
internal static class StringValuesExtensions
|
||||
public static class StringValuesExtensions
|
||||
{
|
||||
public static string GetValue(this StringValues stringValues)
|
||||
{
|
||||
|
Reference in New Issue
Block a user