共用方式為


IWithExternalRedirectUrls<ParentT>.WithAllowedExternalRedirectUrl 方法

定義

新增外部重新導向 URL。

public Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<ParentT> WithAllowedExternalRedirectUrl (string url);
abstract member WithAllowedExternalRedirectUrl : string -> Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAttach<'ParentT>
Public Function WithAllowedExternalRedirectUrl (url As String) As IWithAttach(Of ParentT)

參數

url
String

外部重新導向 URL。

傳回

適用於