ASP.NET Core MVC コントロールヘルプ
CanExecuteCommand メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > MenuCommandBuilder クラス : CanExecuteCommand メソッド
The value.
Configurates C1.Web.Mvc.MenuCommand.CanExecuteCommand. This method returns a Boolean value that determines whether the controller can execute the command.
シンタックス
'宣言
 
Public Function CanExecuteCommand( _
   ByVal value As System.String _
) As MenuCommandBuilder
public MenuCommandBuilder CanExecuteCommand( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
If this method returns false, the menu option is disabled.
参照

MenuCommandBuilder クラス
MenuCommandBuilder メンバ