Taiizor.Essentials.Blazor by Taiizor

<PackageReference Include="Taiizor.Essentials.Blazor" Version="24.9.5.554" />

 Include

public class Include
public Include()

public static Task Font(string Path)

public static Task Font(string Path, string Rel)

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 FontProtected(string Path, string Pathname)

public static Task FontProtected(string Path, string Rel, string Pathname)

public static Task Script(string Path)

public static Task ScriptElement(string Identify, string Path)

public static Task ScriptElementProtected(string Identify, string Path, string Pathname)

public static Task ScriptProtected(string Path, string Pathname)

public static Task Stylesheet(string Path)

public static Task Stylesheet(string Path, string Rel)

public static Task Stylesheet(string Path, string Rel, string Type)

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 static Task StylesheetProtected(string Path, string Pathname)

public static Task StylesheetProtected(string Path, string Rel, string Pathname)

public static Task StylesheetProtected(string Path, string Rel, string Type, string Pathname)