Class ServerRegistrarResolver
Resolves the IServerRegistrar object.
Inheritance
System.Object
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 |
---|---|
IServerRegistrar |
Methods
SetServerRegistrar(IServerRegistrar)
Sets the registrar.
Declaration
public void SetServerRegistrar(IServerRegistrar serverRegistrar)
Parameters
Type | Name | Description |
---|---|---|
IServerRegistrar | serverRegistrar | The registrar. |
Remarks
For developers, at application startup.