Determines whether it is a html/htm extension or not.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool IsHtml(
string extension
)
Parameters
- extension
- Type: SystemString
File extension to check
Return Value
Type:
BooleanSee Also