Search Results for

    Show / Hide Table of Contents
    View Source

    Class ClickJackingCheck

    Health check for the recommended production setup regarding the X-Frame-Options header.

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

    Constructors

    View Source

    ClickJackingCheck(IHostingEnvironment, ILocalizedTextService)

    Initializes a new instance of the ClickJackingCheck class.

    Declaration
    public ClickJackingCheck(IHostingEnvironment hostingEnvironment, ILocalizedTextService textService)
    Parameters
    Type Name Description
    IHostingEnvironment hostingEnvironment
    ILocalizedTextService textService

    Properties

    View Source

    ReadMoreLink

    Gets a link to an external read more page.

    Declaration
    protected override string ReadMoreLink { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ClickJackingCheck(IHostingEnvironment, ILocalizedTextService)
    • Properties
      • ReadMoreLink
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX