API Diff between 24.9.5.554 and 22.11.17.2251
231 Additions
0 Removals
Taiizor.Essentials.Blazor.Extension
-
public class Add
-
public class Attribute
- public static ValueTask<bool> Check(string Identify, string Name)
- public static ValueTask<bool> Check(string Identify, string Name, string Value)
- public static ValueTask<string> Get(string Identify, string Name)
-
public class Class
-
public class Include
- public static Task FontElement(string Identify, string Path)
- public static Task FontElement(string Identify, string Path, string Rel)
- public static Task FontElementProtected(string Identify, string Path, string Pathname)
- public static Task FontElementProtected(string Identify, string Path, string Rel, string Pathname)
- public static Task ScriptElement(string Identify, string Path)
- public static Task ScriptElementProtected(string Identify, string Path, string Pathname)
- public static Task StylesheetElement(string Identify, string Path)
- public static Task StylesheetElement(string Identify, string Path, string Rel)
- public static Task StylesheetElement(string Identify, string Path, string Rel, string Type)
- public static Task StylesheetElementProtected(string Identify, string Path, string Pathname)
- public static Task StylesheetElementProtected(string Identify, string Path, string Rel, string Pathname)
- public static Task StylesheetElementProtected(string Identify, string Path, string Rel, string Type, string Pathname)
-
public class Interop
- public Interop(IJSRuntime JSR, Dictionary<JavascriptEnum, bool> Files, bool Execute)
- public static ValueTask<bool[]> CallBoolArray(string Function, object[] Arguments)
- public static ValueTask<byte[]> CallByteArray(string Function, object[] Arguments)
- public static ValueTask<char[]> CallCharArray(string Function, object[] Arguments)
- public static ValueTask<int[]> CallIntegerArray(string Function, object[] Arguments)
- public static ValueTask<long[]> CallLongArray(string Function, object[] Arguments)
- public static ValueTask<object[]> CallObjectArray(string Function, object[] Arguments)
- public static ValueTask<string[]> CallStringArray(string Function, object[] Arguments)
-
public class Invoke
Taiizor.Essentials.Blazor.Extension.Meta