Const.cs 256 B

123456789
  1. namespace FNZCM.ConHost
  2. {
  3. internal static class Const
  4. {
  5. public const string TextHtml = "text/html";
  6. public const string ApplicationJson = "application/json";
  7. public const string ContentTypeM3U = "audio/x-mpegurl";
  8. }
  9. }