Class LinkValidationResult
Inheritance
System.Object
LinkValidationResult
Assembly: EPiServer.LinkAnalyzer.dll
Version: 12.0.3
Syntax
public class LinkValidationResult : Object
Constructors
LinkValidationResult(Nullable<HttpStatusCode>, Nullable<WebExceptionStatus>)
Declaration
public LinkValidationResult(Nullable<HttpStatusCode> statusCode, Nullable<WebExceptionStatus> webExceptionStatus)
Parameters
Type |
Name |
Description |
System.Nullable<System.Net.HttpStatusCode> |
statusCode |
|
System.Nullable<System.Net.WebExceptionStatus> |
webExceptionStatus |
|
Properties
StatusCode
Declaration
public Nullable<HttpStatusCode> StatusCode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Net.HttpStatusCode> |
|
WebExceptionStatus
Declaration
public Nullable<WebExceptionStatus> WebExceptionStatus { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Net.WebExceptionStatus> |
|
Extension Methods