Class SchemaGraphHandler
HTTP Handler for serving Graphs in ASP.Net applications
Inherited Members
Namespace: VDS.RDF.Web
Assembly: dotNetRDF.Web.dll
Syntax
public class SchemaGraphHandler : GraphHandler
Remarks
Configured exactly in the same way as Graph
Methods
| Improve this Doc View SourceSelectWriter(MimeTypeDefinition)
Overrides writer Selection to use the HtmlSchemaWriter whenever the HtmlWriter would normally have been used
Declaration
protected override IRdfWriter SelectWriter(MimeTypeDefinition definition)
Parameters
Type | Name | Description |
---|---|---|
Mime |
definition | MIME Type Definition selected based on the Requests Accept header |
Returns
Type | Description |
---|---|
IRdf |