C# Class SimpleOwin.Middlewares.NotFound

Afficher le fichier Open project: prabirshrestha/simple-owin

Méthodes publiques

Méthode Description
Middleware ( string text = DefaultNotFoundMessage, string contentType = "text/html" ) : AppFunc>.Func

Method Details

Middleware() public static méthode

public static Middleware ( string text = DefaultNotFoundMessage, string contentType = "text/html" ) : AppFunc>.Func
text string
contentType string
Résultat AppFunc>.Func