Show / Hide Table of Contents

    Class ServerRegistrarResolver

    Resolves the IServerRegistrar object.

    Inheritance
    System.​Object
    Resolver​Base
    Resolver​Base<Server​Registrar​Resolver>
    Single​Object​Resolver​Base<Server​Registrar​Resolver, IServer​Registrar>
    Namespace:System.Dynamic.ExpandoObject
    Assembly:Umbraco.Core.dll
    Syntax
    public sealed class ServerRegistrarResolver : SingleObjectResolverBase<ServerRegistrarResolver, IServerRegistrar>

    Properties

    Registrar

    Gets the registrar.

    Declaration
    public IServerRegistrar Registrar { get; }
    Property Value
    Type Description
    IServer​Registrar

    Methods

    SetServerRegistrar(IServerRegistrar)

    Sets the registrar.

    Declaration
    public void SetServerRegistrar(IServerRegistrar serverRegistrar)
    Parameters
    Type Name Description
    IServer​Registrar serverRegistrar

    The registrar.

    Remarks

    For developers, at application startup.

    In This Article
    • Properties
      • Registrar
    • Methods
      • SetServerRegistrar(IServerRegistrar)
    Back to top Copyright © 2016 Umbraco
    Generated by DocFX