HomeExtensionsToTitle Method | |
Gives a translated title of Home views back.
Namespace:
SOWIWeb.Foundation
Assembly:
SOWIWeb.Foundation (in SOWIWeb.Foundation.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static string ToTitle(
this Home pHomeView
)
<ExtensionAttribute>
Public Shared Function ToTitle (
pHomeView As Home
) As String
Parameters
- pHomeView
- Type: SOWIWeb.FoundationHome
Home view name
Return Value
Type:
StringTranslated title of Home view
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Home. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Remarks
Translation by dictionary UI group Title
Examples
This example gives the translated view title Contact
ViewBag.Title = SOWIWeb.Foundation.Home.Contact.ToTitle();
See Also