ModelFactoryGenerateHtmlSection Method

Generates a new HtmlSectionDto for a custom page.

Definition

Namespace: MobileTrack.Common.Extensions
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public static HtmlSectionDto GenerateHtmlSection(
	Guid id,
	IStringLocalizer loc
)

Parameters

id  Guid
ID of the new HTML section
loc  IStringLocalizer
Localization service

Return Value

HtmlSectionDto
Generated HTML segment

See Also