logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    © 2026 Serenity. All Rights Reserved