HandleRequestContext<TOptions>.Result Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
HandleRequestResult İşleyici tarafından kullanılan.
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