Class OnResourceBlockedEventArgs
Inherited Members
Namespace: Slipe.Client.Browsers.Events
Assembly: SlipeClient.dll
Syntax
public class OnResourceBlockedEventArgs
Properties
| Improve this Doc View SourceDomain
The domain
Declaration
public string Domain { get; }
Property Value
Type | Description |
---|---|
String |
Reason
The reason why the resource was blocked
Declaration
public BlockReason Reason { get; }
Property Value
Type | Description |
---|---|
BlockReason |
Url
The url that was blocked
Declaration
public string Url { get; }
Property Value
Type | Description |
---|---|
String |