Click or drag to resize

ControlResourcesResourceUrlHelperNormalizeExtension Method

Normalizes resource extension (converts it to lower case and removes any spaces and dots).

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public string NormalizeExtension(
	string ext
)

Parameters

ext
Type: SystemString
Resource extension to normalize.

Return Value

Type: String
Normalized extension.
Remarks