C# Class IdentityServer.RazorViewEngine.ViewLoaders.DiskViewLoader

Inheritance: IRazorViewLoader
Mostrar archivo Open project: vdaron/IdentityServer.RazorViewEngine

Public Methods

Method Description
DiskViewLoader ( IEnumerable viewPaths, string viewExtension = ".cshtml" ) : System.Collections.Generic
Load ( string name, string clientId = null, string tenant = null ) : string

Method Details

DiskViewLoader() public method

public DiskViewLoader ( IEnumerable viewPaths, string viewExtension = ".cshtml" ) : System.Collections.Generic
viewPaths IEnumerable
viewExtension string
return System.Collections.Generic

Load() public method

public Load ( string name, string clientId = null, string tenant = null ) : string
name string
clientId string
tenant string
return string