C# Class MakingSense.AspNetCore.Documentation.NotFoundDocumentHandler

Inheritance: IDocumentHandler
Show file Open project: MakingSense/aspnet-documentation-middleware Class Usage Examples

Public Properties

Property Type Description
_notFoundFile IFileInfo

Public Methods

Method Description
NotFoundDocumentHandler ( IFileInfo notFoundFile ) : System
Open ( ) : DocumentContent

Method Details

NotFoundDocumentHandler() public method

public NotFoundDocumentHandler ( IFileInfo notFoundFile ) : System
notFoundFile IFileInfo
return System

Open() public method

public Open ( ) : DocumentContent
return DocumentContent

Property Details

_notFoundFile public property

public IFileInfo _notFoundFile
return IFileInfo