C# Class HttpServer.ViewEngine.Spark.ViewActivatorFactory

Inheritance: IViewActivatorFactory
Afficher le fichier Open project: RainsSoft/HttpWebServer

Méthodes publiques

Méthode Description
Register ( Type type ) : IViewActivator
Unregister ( Type type, IViewActivator activator ) : void

Method Details

Register() public méthode

public Register ( Type type ) : IViewActivator
type Type
Résultat IViewActivator

Unregister() public méthode

public Unregister ( Type type, IViewActivator activator ) : void
type Type
activator IViewActivator
Résultat void