Share via


PageConventionCollectionExtensions.AllowAnonymousToFolder 메서드

정의

지정된 폴더 아래의 모든 페이지에 익명으로 액세스할 수 있습니다.

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

매개 변수

conventions
PageConventionCollection

구성할 PageConventionCollection입니다.

folderPath
String

폴더 경로입니다.

반환

PageConventionCollection

적용 대상