image style added. (#433)
* image style added. * JSInteropConstants added * JSInteropConstants
This commit is contained in:
14
src/BlazorAdmin/JavaScript/JSInteropConstants.cs
Normal file
14
src/BlazorAdmin/JavaScript/JSInteropConstants.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BlazorAdmin.JavaScript
|
||||
{
|
||||
public static class JSInteropConstants
|
||||
{
|
||||
public static string DeleteCookie => "deleteCookie";
|
||||
public static string GetCookie => "getCookie";
|
||||
public static string RouteOutside => "routeOutside";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user