PageConventionCollectionExtensions.AuthorizeFolder メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AuthorizeFolder(PageConventionCollection, String) |
指定したフォルダーのすべてのページに対する承認が必要です。 |
AuthorizeFolder(PageConventionCollection, String, String) |
指定したフォルダーのすべてのページに対する承認が必要です。 |
AuthorizeFolder(PageConventionCollection, String)
指定したフォルダーのすべてのページに対する承認が必要です。
public static Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection AuthorizeFolder (this Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection conventions, string folderPath);
static member AuthorizeFolder : Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection * string -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection
<Extension()>
Public Function AuthorizeFolder (conventions As PageConventionCollection, folderPath As String) As PageConventionCollection
パラメーター
- conventions
- PageConventionCollection
構成する PageConventionCollection。
- folderPath
- String
フォルダー パス。
戻り値
適用対象
AuthorizeFolder(PageConventionCollection, String, String)
指定したフォルダーのすべてのページに対する承認が必要です。
public static Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection AuthorizeFolder (this Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection conventions, string folderPath, string policy);
static member AuthorizeFolder : Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection * string * string -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection
<Extension()>
Public Function AuthorizeFolder (conventions As PageConventionCollection, folderPath As String, policy As String) As PageConventionCollection
パラメーター
- conventions
- PageConventionCollection
構成する PageConventionCollection。
- folderPath
- String
フォルダー パス。
- policy
- String
承認ポリシー。