Condividi tramite


WebView.AllowedScriptNotifyUrisProperty Proprietà

Definizione

Nota

AllowedScriptNotifyUrisProperty non è supportato nelle app compilate per Windows 8.1. Aggiornare invece la sezione ApplicationContentUriRules del manifesto dell'app. Per altre info, vedi la sezione Osservazioni.

Identifica la proprietà di dipendenza AllowedScriptNotifyUris .

public:
 static property DependencyProperty ^ AllowedScriptNotifyUrisProperty { DependencyProperty ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("AllowedScriptNotifyUris is unavailable for releases beginning with Windows 8.1. Instead, list URIs under ApplicationContentUriRules in the package manifest. For more info, see the AllowedScriptNotifyUris documentation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
static DependencyProperty AllowedScriptNotifyUrisProperty();
/// [get: Windows.Foundation.Metadata.Deprecated("AllowedScriptNotifyUris is unavailable for releases beginning with Windows 8.1. Instead, list URIs under ApplicationContentUriRules in the package manifest. For more info, see the AllowedScriptNotifyUris documentation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
static DependencyProperty AllowedScriptNotifyUrisProperty();
public static DependencyProperty AllowedScriptNotifyUrisProperty { [Windows.Foundation.Metadata.Deprecated("AllowedScriptNotifyUris is unavailable for releases beginning with Windows 8.1. Instead, list URIs under ApplicationContentUriRules in the package manifest. For more info, see the AllowedScriptNotifyUris documentation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public static DependencyProperty AllowedScriptNotifyUrisProperty { [Windows.Foundation.Metadata.Deprecated("AllowedScriptNotifyUris is unavailable for releases beginning with Windows 8.1. Instead, list URIs under ApplicationContentUriRules in the package manifest. For more info, see the AllowedScriptNotifyUris documentation.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var dependencyProperty = WebView.allowedScriptNotifyUrisProperty;
Public Shared ReadOnly Property AllowedScriptNotifyUrisProperty As DependencyProperty

Valore della proprietà

Identificatore della proprietà di dipendenza AllowedScriptNotifyUris .

Attributi

Commenti

Windows 8.1

AllowedScriptNotifyUrisProperty non è supportato nelle app compilate per Windows 8.1. Per consentire a una pagina Web esterna di attivare l'evento ScriptNotify quando si chiama window.external.notify, è necessario includere l'URI della pagina nella sezione ApplicationContentUriRules del manifesto dell'app. Questa operazione può essere eseguita in Visual Studio nella scheda URI contenuto della finestra di progettazione Package.appxmanifest. Gli URI in questo elenco devono usare HTTPS e possono contenere caratteri jolly sottodomini (ad esempio, https://.microsoft.com) ma non possono contenere caratteri jolly di dominio(ad esempio, https://.com e https://). Il requisito per il manifesto non si applica al contenuto che proviene dal pacchetto dell'app, usa un URI ms-local-stream:// oppure viene caricato tramite NavigateToString.

Windows 8

Queste osservazioni si applicano solo alle app compilate per Windows 8, anche quando vengono eseguite in Windows 8.1.

Per consentire a una pagina Web esterna di generare l'evento ScriptNotify quando si chiama window.external.notify, è necessario includere l'URI della pagina nell'elenco restituito dalla proprietà AllowedScriptNotifyUris . Impostare questa proprietà su AnyScriptNotifyUri per indicare che qualsiasi pagina può generare eventi ScriptNotify per questo controllo WebView . Questo requisito non si applica al contenuto caricato usando il metodo NavigateToString .

Si applica a