次の方法で共有


AuthorizationEndpointConventionBuilderExtensions.AllowAnonymous<TBuilder> メソッド

定義

エンドポイント メタデータに を追加 AllowAnonymousAttribute して、エンドポイントへの匿名アクセスを許可します。 これにより、既定の承認ポリシーやフォールバック承認ポリシーを含むエンドポイントのすべての承認チェックがバイパスされます。

public:
generic <typename TBuilder>
 where TBuilder : Microsoft::AspNetCore::Builder::IEndpointConventionBuilder[System::Runtime::CompilerServices::Extension]
 static TBuilder AllowAnonymous(TBuilder builder);
public static TBuilder AllowAnonymous<TBuilder> (this TBuilder builder) where TBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder;
static member AllowAnonymous : 'Builder -> 'Builder (requires 'Builder :> Microsoft.AspNetCore.Builder.IEndpointConventionBuilder)
<Extension()>
Public Function AllowAnonymous(Of TBuilder As IEndpointConventionBuilder) (builder As TBuilder) As TBuilder

型パラメーター

TBuilder

パラメーター

builder
TBuilder

エンドポイント規則ビルダー。

戻り値

TBuilder

元の規約ビルダー パラメーター。

適用対象