PageConventionCollectionExtensions.AllowAnonymousToFolder Methode

Definition

Ermöglicht anonymen Zugriff auf alle Seiten unter dem angegebenen Ordner.

public static Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection AllowAnonymousToFolder (this Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection conventions, string folderPath);
static member AllowAnonymousToFolder : Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection * string -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection
<Extension()>
Public Function AllowAnonymousToFolder (conventions As PageConventionCollection, folderPath As String) As PageConventionCollection

Parameter

conventions
PageConventionCollection

Die zu konfigurierende PageConventionCollection-Schnittstelle.

folderPath
String

Der Ordnerpfad.

Gibt zurück

Die PageConventionCollection.

Gilt für: