EssentialsExtensions.AddAppAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.Maui.Hosting.IEssentialsBuilder AddAppAction (this Microsoft.Maui.Hosting.IEssentialsBuilder essentials, string id, string title, string? subtitle = default, string? icon = default);
static member AddAppAction : Microsoft.Maui.Hosting.IEssentialsBuilder * string * string * string * string -> Microsoft.Maui.Hosting.IEssentialsBuilder
<Extension()>
Public Function AddAppAction (essentials As IEssentialsBuilder, id As String, title As String, Optional subtitle As String = Nothing, Optional icon As String = Nothing) As IEssentialsBuilder
Parameters
- essentials
- IEssentialsBuilder
- id
- String
- title
- String
- subtitle
- String
- icon
- String
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.