WebPageHttpHandler.RegisterExtension(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a file name extension to the list of extensions that are processed by the current WebPageHttpHandler instance.
public static void RegisterExtension(string extension);
static member RegisterExtension : string -> unit
Public Shared Sub RegisterExtension (extension As String)
Parameters
- extension
- String
The extension to add, without a leading period.