广告类
使用后台广告功能,可实现多种展示效果。
广告版位-固定.cshtml
组件路径
/Views/_Common/Shared/广告版位-固定.cshtml
组件参数
参数名 | 中文名 | 类型 | 控件类型 | 默认值 |
---|---|---|---|---|
id | 版位Id | Int32 | Integer | |
isWholeStationGroup | 是否使用全站群通用广告 | Boolean | Boolean | False |
调用示例
- 代码:
@Power.Partial("广告版位-固定", new { id = 5, isWholeStationGroup = true })
说明: 略
效果图:
广告版位-焦点图.cshtml
组件路径
/Views/_Common/Shared/广告版位-焦点图.cshtml
组件参数
参数名 | 中文名 | 类型 | 控件类型 | 默认值 |
---|---|---|---|---|
Id | 版位Id | Int32 | Integer | |
TitleLength | 标题长度 | Int32 | Integer | 50 |
ContentLength | 简介长度 | Int32 | Integer | 200 |
ImageWidth | 图片宽度 | Int32 | Integer | 400 |
ImageHeight | 图片高度 | Int32 | Integer | 300 |
PicTitle | 当PicTitle为true时使用图片切换 | Boolean | Boolean | False |
ShowNumMoreThan | 当内容个数大于x个时才显示导航 | Int32 | Integer | 0 |
AdvertisementSpaceTitle | 广告版位标题 | String | Text |
调用示例
- 代码:
<div id="focusPic" class="focusBox">
@Power.Partial("广告版位-焦点图", new { Count = 5, Id = 1, TitleLength = 60, PicTitle = false, ImageWidth = 1200, ImageHeight = 460 })
</div>
说明: 略
效果图:
广告版位-背景焦点图.cshtml
组件路径
/Views/_Common/Shared/广告版位-背景焦点图.cshtml
组件参数
参数名 | 中文名 | 类型 | 控件类型 | 默认值 |
---|---|---|---|---|
Id | 版位Id | Int32 | Integer | |
TitleLength | 标题长度 | Int32 | Integer | 50 |
ContentLength | 简介长度 | Int32 | Integer | 200 |
ImageWidth | 图片宽度 | Int32 | Integer | 400 |
ImageHeight | 图片高度 | Int32 | Integer | 300 |
PicTitle | 当PicTitle为true时使用图片切换 | Boolean | Boolean | False |
ShowNumMoreThan | 当内容个数大于x个时才显示导航 | Int32 | Integer | 0 |
AdvertisementSpaceTitle | 广告版位标题 | String | Text |
调用示例
- 代码:
<div id="banner" class="banner">
@Power.Partial("广告版位-背景焦点图", new { ImageWidth = 1920, ImageHeight = 800, Id = 2 })
</div>
说明: 略
效果图:
广告版位-图片列表.cshtml
组件路径
/Views/_Common/Shared/广告版位-图片列表.cshtml
组件参数
参数名 | 中文名 | 类型 | 控件类型 | 默认值 |
---|---|---|---|---|
Id | 版位Id | Int32 | Integer |
调用示例
- 代码:
<ul class="specialList">
@Power.Partial("广告版位-图片列表", new { Id = 1 })
</ul>
说明: 略
效果图:
广告版位-弹出.cshtml
组件路径
/Views/_Common/Shared/广告版位-弹出.cshtml
组件参数
组件无参数
调用示例
- 代码:
@Power.Partial("广告版位-弹出")
说明: 略
效果图:
广告版位-漂浮.cshtml
组件路径
/Views/_Common/Shared/广告版位-漂浮.cshtml
组件参数
参数名 | 中文名 | 类型 | 控件类型 | 默认值 |
---|---|---|---|---|
id | 版位Id | Int32 | Integer | |
isWholeStationGroup | 是否使用全站群通用广告 | Boolean | Boolean | False |
firstAdvertisement | 是否显示首张广告 | Boolean | Boolean | True |
调用示例
- 代码:
@Power.Partial("广告版位-漂浮", new { id = 6, isWholeStationGroup = true })
说明: 略
效果图:
广告版位-随机漂浮.cshtml
组件路径
/Views/_Common/Shared/广告版位-随机漂浮.cshtml
组件参数
参数名 | 中文名 | 类型 | 控件类型 | 默认值 |
---|---|---|---|---|
id | 版位Id | Int32 | Integer | |
advcookie | 是否使用cookie记录关闭状态 | Boolean | Boolean | False |
调用示例
- 代码:
@Power.Partial("广告版位-随机漂浮", new { Id = 3 })
说明: 略
效果图: