C# Class SimpleOwin.Middlewares.NotFound

Mostra file Open project: prabirshrestha/simple-owin

Public Methods

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

Method Details

Middleware() public static method

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