Exemple #1
0
 public static string GetMetadataDebugTemplate()
 {
     return(LoadTemplate("MetadataDebug.html")
            .Replace("{{serviceStackLogoDataUriLight}}", Svg.Fill(Svg.GetDataUri(Svg.Logos.ServiceStack), Svg.LightColor)));
 }
Exemple #2
0
 public static HtmlString SvgFill(this IHtmlHelper html, string svg, string color) => Svg.Fill(svg, color).ToHtmlString();
Exemple #3
0
 public static string GetOperationControlTemplate()
 {
     return(LoadTemplate("OperationControl.html")
            .Replace("{{serviceStackLogoDataUriLight}}", Svg.Fill(Svg.GetDataUri(Svg.Logos.ServiceStack), Svg.LightColor)));
 }