Class OpenCurrentPageInAppCommandSettings
Opens the current page in its web app identified by the manifest id, needs to be called on a page target. This function returns immediately without waiting for the app to finish loading.
public sealed class OpenCurrentPageInAppCommandSettings : ICommand
- Inheritance
-
OpenCurrentPageInAppCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ManifestId
Gets or sets the manifestId
[JsonPropertyName("manifestId")]
public string ManifestId { get; set; }