The isTrusted attribute must return the value it was initialized to. When an event is created the attribute must be initialized to false.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic bool IsTrusted { get; }
Public ReadOnly Property IsTrusted As Boolean
Get
public:
property bool IsTrusted {
bool get ();
}
member IsTrusted : bool with get
Property Value
Type:
Booleantrue if this instance is trusted; otherwise,
false.
See Also