Click or drag to resize
ImageHelperIsHtml Method
Determines whether it is a html/htm extension or not.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool IsHtml(
	string extension
)

Parameters

extension
Type: SystemString
File extension to check

Return Value

Type: Boolean
See Also