Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi guys
I have publish website and i need change the title because have the name of the property edtior.
Inside the Head code:
The other pages also have the "Falinkspropertyeditir..."
How i can change this to the current page name, without this in front of the name page.
thanks Luis
If you are aiming to display your pages' titles, you need to have a master template so you can put in it the so it will be rendered to the children templates.
<head> <title>@Model.Value("YourPropertyEditorAlias")</title> </head>
Hello Saif
First of all thanks for your comment
This is the line code as title inside the head code :
Home - FaLinksPropertyEditor.Models.FaLink?.Link.Name
and the master.cshtml:
title>@Model.Name - @appSettings.BrandLogo.FirstOrDefault()?.Link.Name
when i open the webpage i see this title instead the name of the page: Aperc Home
br Luis
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Head Homepage Title
Hi guys
I have publish website and i need change the title because have the name of the property edtior.
Inside the Head code:
The other pages also have the "Falinkspropertyeditir..."
How i can change this to the current page name, without this in front of the name page.
thanks Luis
If you are aiming to display your pages' titles, you need to have a master template so you can put in it the so it will be rendered to the children templates.
Hello Saif
First of all thanks for your comment
This is the line code as title inside the head code :
Home - FaLinksPropertyEditor.Models.FaLink?.Link.Name
and the master.cshtml:
title>@Model.Name - @appSettings.BrandLogo.FirstOrDefault()?.Link.Name
when i open the webpage i see this title instead the name of the page: Aperc Home
br Luis
is working on a reply...