ModulePageExtensions.PageTitle method (1 of 3)

namespace: Serenity.Web   assemblySerenity.Extensions

Gets the page title local text key for the specified row fields.

public static string PageTitle(this RowFieldsBase fields)
parameter description
fields The row fields.

Return Value

The page title local text key.

See Also


ModulePageExtensions.PageTitle method (2 of 3)

namespace: Serenity.Web   assemblySerenity.Extensions

Sets the page title of the result.

public static ModulePageResult PageTitle(this ModulePageResult result, LocalText pageTitle)
parameter description
result The module page result.
pageTitle The page title.

Return Value

The module page result.

See Also


ModulePageExtensions.PageTitle<TRow> method (3 of 3)

namespace: Serenity.Web   assemblySerenity.Extensions

Sets the page title of the result from the specified row type.

public static ModulePageResult PageTitle<TRow>(this ModulePageResult result)
    where TRow : IRow, new()
parameter description
TRow The row type.
result The module page result.

Return Value

The module page result.

See Also