共用方式為


OpenIdConnectOptions.SignedOutCallbackPath 屬性

定義

從識別提供者登出之後,應用程式基底路徑內的要求路徑會傳回使用者代理程式。

public:
 property Microsoft::AspNetCore::Http::PathString SignedOutCallbackPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public Microsoft.AspNetCore.Http.PathString SignedOutCallbackPath { get; set; }
member this.SignedOutCallbackPath : Microsoft.AspNetCore.Http.PathString with get, set
Public Property SignedOutCallbackPath As PathString

屬性值

適用於