Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Skins.SkinSVGs.Get Method

Returns a named SVG image from the current skin. If the current skin doesn't define the image, the YetaWF Core 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 Get(
    Package package,
    string name );

Parameters

package

(not specified)

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