Partager via


HubMethodNameAttribute(String) Constructeur

Définition

Initialise une nouvelle instance de la 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)

Paramètres

name
String

Nom personnalisé de la méthode hub.

S’applique à