WebPageHttpHandler.GetRegisteredExtensions 方法

定义

返回当前 WebPageHttpHandler 实例可以处理的文件扩展名的列表。

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)

返回

由当前 WebPageHttpHandler 实例处理的文件扩展名的只读列表。

适用于