TemplateModalShowAsync Method

Shows the dialog.

Definition

Namespace: MobileTrack.Web.Portal.Components.Templates
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.8+821604ea552bde242964120acb39b21c90d2b4af
public Task ShowAsync(
	TemplateDto templateModel
)

Parameters

templateModel  TemplateDto
Model to use in the editor.

Return Value

Task
Task completion

Exceptions

ArgumentNullExceptionthrown if templateModel is

See Also