Solve ASP. NET master page title label automatic line feed

Source: Internet
Author: User

Some time ago, when optimizing the front-end code of the website, we found that the title label content in the head was displayed with a line break. During page development, we used the Master page.

BUG effect:

<Title> City Bank-blog Park </title>

The following methods are not valid after testing.

1. Re-layout the title tag in html (Automatic Code formatting may cause line breaks)

2. Delete the title tag on the master page and define the title in the nested page. (The nested title will overwrite the title on the master page)

3. Delete the title tag of the master page and nested page, and use the back-end code to generate the title

Page. Title = "City Bank-blog Garden"; Master. Page. Title = "City Bank-blog Garden ";

4. Set the Page command Title attribute

<% @ Page Title = "City Bank-blog Park" Language = "C #" MasterPageFile = "~ /Zq/Combat. Master "AutoEventWireup =" true "CodeBehind =" Article. aspx. cs "%>

Solution:

Hide the automatically generated title tag on the master page, and then add the title using code or tag on the nested page.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.