C# Class MakingSense.AspNetCore.Documentation.NotFoundDocumentHandler

Inheritance: IDocumentHandler
Afficher le fichier Open project: MakingSense/aspnet-documentation-middleware Class Usage Examples

Méthodes publiques

Свойство Type Description
_notFoundFile IFileInfo

Méthodes publiques

Méthode Description
NotFoundDocumentHandler ( IFileInfo notFoundFile ) : System
Open ( ) : DocumentContent

Method Details

NotFoundDocumentHandler() public méthode

public NotFoundDocumentHandler ( IFileInfo notFoundFile ) : System
notFoundFile IFileInfo
Résultat System

Open() public méthode

public Open ( ) : DocumentContent
Résultat DocumentContent

Property Details

_notFoundFile public_oe property

public IFileInfo _notFoundFile
Résultat IFileInfo