Class NegotiateByFileExtension
A HTTP Module that attempts to allow content negotiation by file extension wherever applicable
Inheritance
System.Object
NegotiateByFileExtension
Namespace: VDS.RDF.Web
Assembly: dotNetRDF.Web.dll
Syntax
public class NegotiateByFileExtension : IHttpModule
Methods
| Improve this Doc View SourceDispose()
Disposes of the Module
Declaration
public void Dispose()
Init(HttpApplication)
Intialises the Module
Declaration
public void Init(HttpApplication context)
Parameters
| Type | Name | Description |
|---|---|---|
| HttpApplication | context | HTTP Application |