Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.ImageHTML.BuildKnownIcon Method

(not specified)

Class: YetaWF.Core.Components.ImageHTML
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public static string BuildKnownIcon(
    string url,
    string? title = null,
    string? alt = null,
    string? id = null,
    string? cssClass = null,
    string? name = null,
    Dictionary<string,string>? sprites = null );

Parameters

url

(not specified)

title

(not specified)

alt

(not specified)

id

(not specified)

cssClass

(not specified)

name

(not specified)

sprites

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Components.ImageHTML ClassYetaWF.Core Overview