HubMethodNameAttribute(String) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

name
String

Nome personalizzato del metodo hub.

Si applica a