zoukankan
html css js c++ java
.dnn文件 xml 配置
DNN文件结构分析:
<
dotnetnuke version
=
"
3.0
"
type
=
"
Module
"
>
<
folders
>
<
folder
>
<!--
模块名称
-->
<
name
>
CLinks
</
name
>
<!--
模块名称(模块的友好名称)
-->
<
friendlyname
>
CLinks
</
friendlyname
>
<!--
模块功能描述
-->
<
description
>
分类链接模块
</
description
>
<!--
模块版本
-->
<
version
>
01.00
.
00
</
version
>
<!--
业务逻辑类
-->
<
businesscontrollerclass
>
DNNChina.Modules.CLinks.CLinksController, DNNChina.Modules.CLinks
</
businesscontrollerclass
>
<
modules
>
<
module
>
<
friendlyname
>
CLinks
</
friendlyname
>
<!--
模块所包含的控件
-->
<
controls
>
<!--
显示控件
-->
<
control
>
<title>控件标题</title>
<
src
>
DesktopModules
/
CLinks
/
CLinks.ascx
</
src
>
<
type
>
View
</
type
>
<supportspartialrendering>true</supportspartialrendering> <!--支持AJAX局部呈现-->
</
control
>
<!--
编辑控件
-->
<
control
>
<
key
>
Edit
</
key
>
<
title
>
Edit CLinks
</
title
>
<
src
>
DesktopModules
/
CLinks
/
EditCLinks.ascx
</
src
>
<
type
>
Edit
</
type
>
</
control
>
<!--
设置控件
-->
<
control
>
<
key
>
Settings
</
key
>
<
title
>
Settings CLinks
</
title
>
<
src
>
DesktopModules
/
CLinks
/
Settings.ascx
</
src
>
<
type
>
Edit
</
type
>
</
control
>
</
controls
>
</
module
>
</
modules
>
<!--
需要安装的文件清单
-->
<
files
>
<!--
程序集文件
-->
<
file
>
<
name
>
DNNChina.Modules.CLinks.dll
</
name
>
</
file
>
<
file
>
<
name
>
DNNChina.Modules.CLinks.SqlDataProvider.dll
</
name
>
</
file
>
<!--
用户控件文件
-->
<
file
>
<
name
>
CLinks.ascx
</
name
>
</
file
>
<
file
>
<
name
>
EditCLinks.ascx
</
name
>
</
file
>
<
file
>
<
name
>
Settings.ascx
</
name
>
</
file
>
<!--
语言包文件
-->
<
file
>
<
path
>
App_LocalResources
</
path
>
<!--
目录名
-->
<
name
>
CLinks.ascx.resx
</
name
>
</
file
>
<
file
>
<
path
>
App_LocalResources
</
path
>
<
name
>
CLinks.ascx.zh
-
CN.resx
</
name
>
</
file
>
<
file
>
<
path
>
App_LocalResources
</
path
>
<
name
>
EditCLinks.ascx.resx
</
name
>
</
file
>
<
file
>
<
path
>
App_LocalResources
</
path
>
<
name
>
EditCLinks.ascx.zh
-
CN.resx
</
name
>
</
file
>
<
file
>
<
path
>
App_LocalResources
</
path
>
<
name
>
Settings.ascx.resx
</
name
>
</
file
>
<
file
>
<
path
>
App_LocalResources
</
path
>
<
name
>
Settings.ascx.zh
-
CN.resx
</
name
>
</
file
>
<!--
数据库安装脚本
-->
<
file
>
<
name
>
01.00
.
00
.SqlDataProvider
</
name
>
</
file
>
<!--
数据库卸载脚本
-->
<
file
>
<
name
>
Uninstall.SqlDataProvider
</
name
>
</
file
>
</
files
>
</
folder
>
</
folders
>
</
dotnetnuke
>
查看全文
相关阅读:
vue 表单 enter 键触发默认事件
img找不到图片时,去除默认边框
Javascript 计算
Azure 上SQL Database(PaaS)Time Zone时区问题处理
c#: 颜色选择控件之实现
hive建库,建表,删表,删库,添加静或动态分区
仿写一个 nodejs 中 queryString 的 parse 方法
数独小游戏
tnpm
《翻页时钟特效》或者《日历翻页效果》的 css 部分原理实现
原文地址:https://www.cnblogs.com/ajaxleoxu/p/1213067.html
最新文章
Python学习——set集合的补充
Flask限流器的使用
matplotlib画图,中文乱码问题
重新开始,To Do List
python_MineCraft介绍及使用
python基础知识
php curl POST 和 GET 两种方式调用url
php 字符串内容为数组如何进行格式转换为数组
归并排序模板
中科融云
热门文章
2022-支付宝小程序 获取手机号
http 发送post请求
Linux 下安装 Redis
有赞云 -官方对接
Navicat 连接超时,数据表非常慢【已解决】
docker 安装hyperf
号码隐私保护 阿里云 邓士月月鸟
关于vue-router的beforeEach无限循环的问题
element-ui的Tree树形控件触发指定节点点击处理
前端高亮功能实现复盘
Copyright © 2011-2022 走看看