FnzConst.cs 309 B

123456789
  1. namespace FNZCM.BlazorWasm
  2. {
  3. internal static class FnzConst
  4. {
  5. public const string PlayPageTarget = "_fnz_play_target";
  6. public const string DragDropTypePlaylist = "text/json/fnz/playlist";
  7. public const string DragDropTypePlaylistItem = "text/json/fnz/playlist/item";
  8. }
  9. }