API Diff between 22.12.6.1649 and 22.12.3.310
11 Additions
0 Removals
Taiizor.Essentials.Blazor.Extension
-
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 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