C# Class HttpServer.ViewEngine.Spark.ViewActivatorFactory

Inheritance: IViewActivatorFactory
ファイルを表示 Open project: RainsSoft/HttpWebServer

Public Methods

Method Description
Register ( Type type ) : IViewActivator
Unregister ( Type type, IViewActivator activator ) : void

Method Details

Register() public method

public Register ( Type type ) : IViewActivator
type Type
return IViewActivator

Unregister() public method

public Unregister ( Type type, IViewActivator activator ) : void
type Type
activator IViewActivator
return void