Class ApplicationServiceContext
Represents the initial state of a Silverlight application when application extension services are started.
Inheritance
System.Object
ApplicationServiceContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public class ApplicationServiceContext
Properties
| Improve this Doc View SourceApplicationInitParams
Gets the initialization parameters specified by the host Web page when embedding the Silverlight plug-in.
Declaration
public Dictionary<string, string> ApplicationInitParams { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> | The initialization parameters as a dictionary of key/value pairs. |