Show / Hide Table of Contents

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 Source

Dispose()

Disposes of the Module
Declaration
public void Dispose()
| Improve this Doc View Source

Init(HttpApplication)

Intialises the Module
Declaration
public void Init(HttpApplication context)
Parameters
Type Name Description
HttpApplication context HTTP Application

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Dispose()
    • Init(HttpApplication)
  • Extension Methods
Back to top Generated by DocFX