Domain Detective

API Reference

Class

WebsiteInfo

Namespace DomainDetective.Views
Assembly DomainDetective

Provides website info functionality.

Inheritance

  • Object
  • WebsiteInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public WebsiteInfo() #

Properties

public HealthCheckType Check { get; set; } #

Gets or sets the check value.

public AnalysisArea Area { get; set; } #

Gets or sets the area value.

public String Subject { get; set; } #

Gets or sets the subject value.

public CertificateInfo Certificate { get; set; } #

Gets or sets the certificate value.

public HttpInfo Http { get; set; } #

Gets or sets the http value.

public GradeLevel CertificateGrade { get; set; } #

Gets or sets the certificate grade value.

public GradeLevel HttpGrade { get; set; } #

Gets or sets the http grade value.

public Boolean HstsPresent { get; set; } #

Gets or sets the hsts present value.

public Boolean MixedContentDetected { get; set; } #

Gets or sets the mixed content detected value.

public IReadOnlyList<Assessment> Assessments { get; set; } #

Gets or sets the assessments value.

public String Status { get; set; } #

Gets or sets the status value.

public Int32 WarningCount { get; set; } #

Gets or sets the warning count value.

public Int32 ErrorCount { get; set; } #

Gets or sets the error count value.

public String Summary { get; set; } #

Gets or sets the summary value.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #

Gets or sets the recommendations value.

public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #

Gets or sets the positives value.

public IReadOnlyList<String> References { get; set; } #

Gets or sets the references value.

{{ include "footer" }}