C# Class MvcToFubu.Core.ActionCallCandidateExpressionExtensions

显示文件 Open project: bobpace/MvcToFubu

Public Methods

Method Description
IgnoreAspNetMvcControllers ( this expression ) : ActionCallCandidateExpression
IncludeAspNetMvcControllers ( this expression ) : ActionCallCandidateExpression

Method Details

IgnoreAspNetMvcControllers() public static method

public static IgnoreAspNetMvcControllers ( this expression ) : ActionCallCandidateExpression
expression this
return ActionCallCandidateExpression

IncludeAspNetMvcControllers() public static method

public static IncludeAspNetMvcControllers ( this expression ) : ActionCallCandidateExpression
expression this
return ActionCallCandidateExpression