This topic has not yet been rated - Rate this topic

WebUILaunchActivatedEventArgs.arguments property

Gets the arguments that are passed to the app during its launch activation.

Syntax


var arguments = webUILaunchActivatedEventArgs.arguments;

Property value

Type: String

The list of arguments.

Remarks

These arguments provide additional context for this activation. Similar to command-line arguments, this string can be parsed by an app to determine what action it should take in response to this activation.

Caution  An app should always regard the arguments string as untrusted data and must parse and validate the string carefully before taking action based on its contents. Blindly using the arguments string without examining it first can present a security risk.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.WebUI

Metadata

Windows.winmd

See also

WebUILaunchActivatedEventArgs

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.