C# Class SharpArch.Web.Mvc.ControllerExtensions

Exibir arquivo Open project: sharparchitecture/Sharp-Architecture

Public Methods

Method Description
IsController ( [ type ) : bool

Determines whether the specified type is a controller

Method Details

IsController() public static method

Determines whether the specified type is a controller
public static IsController ( [ type ) : bool
type [ Type to check
return bool