Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.ImageHTML.FormatUrl Method

(not specified)

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

Syntax

public static string FormatUrl(
    string imageType,
    string? location,
    string? name,
    int width = 0,
    int height = 0,
    string? CacheBuster = null,
    bool ExternalUrl = false,
    PageSecurityType SecurityType = PageSecurityType.Any,
    bool Stretch = false );

Parameters

imageType

(not specified)

location

(not specified)

name

(not specified)

width

(not specified)

height

(not specified)

CacheBuster

(not specified)

ExternalUrl

(not specified)

SecurityType

(not specified)

Stretch

(not specified)

Return Value

(not specified)

Remarks

(not specified)

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