共用方式為


TwitterEvents.OnCreatingTicket 屬性

定義

取得或設定在叫用 Authenticated 方法時叫用的函數。

public:
 property Func<Microsoft::AspNetCore::Authentication::Twitter::TwitterCreatingTicketContext ^, System::Threading::Tasks::Task ^> ^ OnCreatingTicket { Func<Microsoft::AspNetCore::Authentication::Twitter::TwitterCreatingTicketContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::Twitter::TwitterCreatingTicketContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.Twitter.TwitterCreatingTicketContext,System.Threading.Tasks.Task> OnCreatingTicket { get; set; }
member this.OnCreatingTicket : Func<Microsoft.AspNetCore.Authentication.Twitter.TwitterCreatingTicketContext, System.Threading.Tasks.Task> with get, set
Public Property OnCreatingTicket As Func(Of TwitterCreatingTicketContext, Task)

屬性值

適用於