PageConventionCollectionExtensions.AllowAnonymousToFolder Method

Definition

Allows anonymous access to all pages under the specified folder.

C#
public static Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection AllowAnonymousToFolder (this Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection conventions, string folderPath);

Parameters

conventions
PageConventionCollection

The PageConventionCollection to configure.

folderPath
String

The folder path.

Returns

The PageConventionCollection.

Applies to

Product Versions
ASP.NET Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0