UriPolicy classabstract
Defines the policy for what types of uris are allowed for particularattribute values.
This can be used to provide custom rules such as allowing all http:// URIsfor image attributes but only same-origin URIs for anchor tags.
Constructors
- UriPolicy()
- Constructs the default UriPolicy which is to only allow Uris to the sameorigin as the application was launched from.factory
Properties
- hashCode→int
- The hash code for this object.no setterinherited
- runtimeType→Type
- A representation of the runtime type of the object.no setterinherited
Methods
- allowsUri(
Stringuri)→bool - Checks if the uri is allowed on the specified attribute.
- noSuchMethod(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- toString(
)→String - A string representation of this object.inherited
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited