TemplateModalShowAsync Method

Shows the dialog.

Definition

Namespace: MobileTrack.Web.Portal.Components.Templates
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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