Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoApplicationUrlCheck

    Inheritance
    System.Object
    HealthCheck
    Namespace: Umbraco.Cms.Core.HealthChecks.Checks.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public class UmbracoApplicationUrlCheck : HealthCheck, IDiscoverable

    Constructors

    View Source

    UmbracoApplicationUrlCheck(ILocalizedTextService, IOptionsMonitor<WebRoutingSettings>)

    Declaration
    public UmbracoApplicationUrlCheck(ILocalizedTextService textService, IOptionsMonitor<WebRoutingSettings> webRoutingSettings)
    Parameters
    Type Name Description
    ILocalizedTextService textService
    IOptionsMonitor<WebRoutingSettings> webRoutingSettings

    Methods

    View Source

    ExecuteAction(HealthCheckAction)

    Executes the action and returns its status

    Declaration
    public override HealthCheckStatus ExecuteAction(HealthCheckAction action)
    Parameters
    Type Name Description
    HealthCheckAction action
    Returns
    Type Description
    HealthCheckStatus
    View Source

    GetStatus()

    Get the status for this health check

    Declaration
    public override Task<IEnumerable<HealthCheckStatus>> GetStatus()
    Returns
    Type Description
    Task<IEnumerable<HealthCheckStatus>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoApplicationUrlCheck(ILocalizedTextService, IOptionsMonitor<WebRoutingSettings>)
    • Methods
      • ExecuteAction(HealthCheckAction)
      • GetStatus()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX