Class SafetyTipInfo
public sealed record SafetyTipInfo : IEquatable<SafetyTipInfo>
- Inheritance
-
SafetyTipInfo
- Implements
- Inherited Members
Constructors
SafetyTipInfo(SafetyTipStatus)
public SafetyTipInfo(SafetyTipStatus SafetyTipStatus)
Parameters
SafetyTipStatusSafetyTipStatusDescribes whether the page triggers any safety tips or reputation warnings. Default is unknown.
Properties
SafeUrl
The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches.
public string? SafeUrl { get; init; }
Property Value
SafetyTipStatus
Describes whether the page triggers any safety tips or reputation warnings. Default is unknown.
public SafetyTipStatus SafetyTipStatus { get; init; }