AuthorizationEndpointConventionBuilderExtensions.AllowAnonymous<TBuilder> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エンドポイント メタデータに を追加 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
元の規約ビルダー パラメーター。