| 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
)
Public Function NormalizeExtension (
ext As String
) As String
Parameters
- ext
- Type: SystemString
Resource extension to normalize.
Return Value
Type:
StringNormalized extension.
Remarks See Also