Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SharpArch
Web
Http
ControllerExtensions
C# Class SharpArch.Web.Http.ControllerExtensions
Show file
Open project: sharparchitecture/Sharp-Architecture
Public Methods
Method
Description
IsHttpController
(
[
type
) :
bool
Determines whether the specified type is a HTTP controller.
Method Details
IsHttpController()
public
static
method
Determines whether the specified type is a HTTP controller.
public
static
IsHttpController
(
[
type
) :
bool
type
[
The type to check.
return
bool