WebPageHttpHandler.GetRegisteredExtensions Method

Definition

Returns a list of file name extensions that the current WebPageHttpHandler instance can process.

public static System.Collections.ObjectModel.ReadOnlyCollection<string> GetRegisteredExtensions ();
static member GetRegisteredExtensions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Shared Function GetRegisteredExtensions () As ReadOnlyCollection(Of String)

Returns

A read-only list of file name extensions that are processed by the current WebPageHttpHandler instance.

Applies to