Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Orchard: Change Page Title

Hello,

Here is how make so that you have a custom title for a custom page (View).

Open the View (.cshtml) file that you want with a custom title and add this code at the top of the file:

Code:
@{
Layout.Title = T("Custom Title | EXTREMEDEV").Text;
}


This post first appeared on ExtremeDev: Development Solutions, please read the originial post: here

Share the post

Orchard: Change Page Title

×

Subscribe to Extremedev: Development Solutions

Get updates delivered right to your inbox!

Thank you for your subscription

×