C# 클래스 example.WebApp.TenantViewLocationExpander

상속: IViewLocationExpander
파일 보기 프로젝트 열기: joeaudette/cloudscribe.Web.SimpleAuth

공개 메소드들

메소드 설명
ExpandViewLocations ( Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context, IEnumerable viewLocations ) : IEnumerable
PopulateValues ( Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context ) : void

비공개 메소드들

메소드 설명
ExpandTenantLocations ( string tenant, IEnumerable defaultLocations ) : IEnumerable

메소드 상세

ExpandViewLocations() 공개 메소드

public ExpandViewLocations ( Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context, IEnumerable viewLocations ) : IEnumerable
context Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext
viewLocations IEnumerable
리턴 IEnumerable

PopulateValues() 공개 메소드

public PopulateValues ( Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context ) : void
context Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext
리턴 void