Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
ScottBrady91
BlogExampleCode
OwinMiddleware
OwinMiddleware
Handlers
TeapotMiddlewareHandler
C# Class ScottBrady91.BlogExampleCode.OwinMiddleware.OwinMiddleware.Handlers.TeapotMiddlewareHandler
显示文件
Open project: scottbrady91/Blog-Example-Classes
Public Methods
Method
Description
UseTeapotMiddleware
(
this
app
,
TeapotOptions
options
) :
IAppBuilder
Method Details
UseTeapotMiddleware()
public
static
method
public
static
UseTeapotMiddleware
(
this
app
,
TeapotOptions
options
) :
IAppBuilder
app
this
options
ScottBrady91.BlogExampleCode.OwinMiddleware.OwinMiddleware.Configuration.TeapotOptions
return
IAppBuilder