PageConventionCollectionExtensions.AllowAnonymousToPage Methode

Definition

Ermöglicht anonymen Zugriff auf die Seite mit dem angegebenen Namen.

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

Parameter

conventions
PageConventionCollection

Die zu konfigurierende PageConventionCollection-Schnittstelle.

pageName
String

Der Name der Seite.

Gibt zurück

Die PageConventionCollection.

Gilt für: