Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Skins.SkinSVGs.GetSkin Method

Returns a named SVG image from the current skin. If the current skin doesn't define the image, the YetaWF Core default image is used instead. If neither exists, an empty string is returned.

Class: YetaWF.Core.Skins.SkinSVGs
Namespace: YetaWF.Core.Skins
Assembly: YetaWF.Core

Syntax

public static string GetSkin( string name );

Parameters

name

The SVG image name.

Return Value

Returns the HTML representing the image (complete <svg> tag).

See Also YetaWF.Core.Skins.SkinSVGs ClassYetaWF.Core Overview