C# Class SharpArch.Web.Http.ControllerExtensions

Mostrar archivo 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