Код: Выделить всё
public const string JsonContentType = "application/json";
Есть ли в .NET Framework предопределенная константа для "приложение/json"?
Подробнее здесь: https://stackoverflow.com/questions/206 ... -framework
Код: Выделить всё
public const string JsonContentType = "application/json";