如何使用asp.net在主题中添加图像

时间:2016-04-19 10:43:39

标签: css asp.net

body
{
 background :URL(../App_Themes/(image name)no-repeat;
 background-size:cover;
 font-size :x-large;
}
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Default" Theme="Theme1"%>

如何使用asp.net

在主题中添加图像

1 个答案:

答案 0 :(得分:1)

在您的Layout.cshtml css中尝试使用@Styles.Render("~/Content/YOUR_CSS")中的<head></head>图像添加。

带有图片的CSS将显示在添加布局的所有页面中。