HandleRequestContext<TOptions>.Result Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
HandleRequestResult yang digunakan oleh handler.
public: property Microsoft::AspNetCore::Authentication::HandleRequestResult ^ Result { public:
Microsoft::AspNetCore::Authentication::HandleRequestResult ^ get(); protected:
void set(Microsoft::AspNetCore::Authentication::HandleRequestResult ^ value); };
public Microsoft.AspNetCore.Authentication.HandleRequestResult Result { get; protected set; }
member this.Result : Microsoft.AspNetCore.Authentication.HandleRequestResult with get, set
Public Property Result As HandleRequestResult