YetaWF.Core.WebpHttpHandler Package Documentation

Display
Print

YetaWF.Core.HttpHandler.WebpHttpHandler.IsValidExtension Method

Tests whether the specified extension is handled by this HTTP handler.

Class: YetaWF.Core.HttpHandler.WebpHttpHandler
Namespace: YetaWF.Core.HttpHandler
Assembly: YetaWF.Core.WebpHttpHandler

Syntax

public static bool IsValidExtension( string extension );

Parameters

extension

The extension to test. This may be a full path name. Only the extension portion is inspected.

Return Value

Returns true if the HTTP handler processes this file extension, false otherwise.

See Also YetaWF.Core.HttpHandler.WebpHttpHandler ClassYetaWF.Core.CssHttpHandlerYetaWF.Core