HubMethodNameAttribute(String) コンストラクター

定義

HubMethodNameAttribute クラスの新しいインスタンスを初期化します。

public:
 HubMethodNameAttribute(System::String ^ name);
public HubMethodNameAttribute (string name);
new Microsoft.AspNetCore.SignalR.HubMethodNameAttribute : string -> Microsoft.AspNetCore.SignalR.HubMethodNameAttribute
Public Sub New (name As String)

パラメーター

name
String

ハブ メソッドのカスタマイズされた名前。

適用対象