Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. UriPolicy class
UriPolicy
description

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

hashCodeint
The hash code for this object.
no setterinherited
runtimeTypeType
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
  1. Dart
  2. dart:html
  3. UriPolicy class
dart:html library

[8]ページ先頭

©2009-2025 Movatter.jp