BaseControlContext.Ticket Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or set the Ticket to return if this event signals it handled the event.
public:
property Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ Ticket { Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ get(); void set(Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ value); };
public Microsoft.AspNetCore.Authentication.AuthenticationTicket Ticket { get; set; }
member this.Ticket : Microsoft.AspNetCore.Authentication.AuthenticationTicket with get, set
Public Property Ticket As AuthenticationTicket