C# Class IdentityServer.RazorViewEngine.ViewLoaders.DiskViewLoader

Inheritance: IRazorViewLoader
Afficher le fichier Open project: vdaron/IdentityServer.RazorViewEngine

Méthodes publiques

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

Method Details

DiskViewLoader() public méthode

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

Load() public méthode

public Load ( string name, string clientId = null, string tenant = null ) : string
name string
clientId string
tenant string
Résultat string