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

허브 메서드의 사용자 지정된 이름입니다.

적용 대상