Interface IViewBrowserServiceFactory
Factory interface for creating instances of IViewBrowserService.
Namespace: Serenity.ViewBrowser.Application.Interfaces
Assembly: Serenity.ViewBrowser.Application.dll
Syntax
public interface IViewBrowserServiceFactory
Methods
CreateService(string)
Create a new instance of IViewBrowserService.
Declaration
IViewBrowserService CreateService(string serviceName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | serviceName | The name of the service to create. |
Returns
| Type | Description |
|---|---|
| IViewBrowserService | A new instance of IViewBrowserService. |