Search Results for

    Show / Hide Table of Contents
    View Source

    Class HealthCheckAttribute

    Metadata attribute for Health checks

    Inheritance
    object
    Attribute
    Namespace: Umbraco.Cms.Core.HealthChecks
    Assembly: Umbraco.Core.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public sealed class HealthCheckAttribute : Attribute

    Constructors

    View Source

    HealthCheckAttribute(string, string)

    Declaration
    public HealthCheckAttribute(string id, string name)
    Parameters
    Type Name Description
    string id
    string name

    Properties

    View Source

    Description

    Declaration
    public string? Description { get; set; }
    Property Value
    Type Description
    string
    View Source

    Group

    Declaration
    public string? Group { get; set; }
    Property Value
    Type Description
    string
    View Source

    Id

    Declaration
    public Guid Id { get; }
    Property Value
    Type Description
    Guid
    View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX