verconfig.cs

来自「最好用的站点内容管理系统 全部源代码都有」· CS 代码 · 共 17 行

CS
17
字号
using System;
using System.Collections.Generic;
using System.Text;

namespace NetCMS.Config
{
    public class verConfig
    {
        public static readonly string PublicType = "0";
        public static readonly string Productversion = "NetCMS v1.5";
        public static readonly string getnetcmsURL = "http://www.aspxcms.com/ver/index.html";
        public static readonly string isTryversion = "<a href=\"Http://passport.aspxcms.com/libary/netcms/version/download\" title=\"NetCMS网站内容管理系统 For .NET(NETCMS)&#13;点击进入NetCMS官方站获取最新版本\" target=\"_blank\" style=\"font-family:Arial;color:#006699;font-size:11.5px;text-decoration:none;\">" + Productversion + "</a>&nbsp;&nbsp;";
        public static readonly string helpcenterStr = "<a href=\"Http://doc.aspxcms.com\" title=\"帮助中心\" target=\"_blank\" style=\"font-family:Arial;color:#006699;font-size:11.5px;text-decoration:none;\">Help center</a>&nbsp&nbsp;";
        public static readonly string ForumStr = "<a href=\"Http://bbs.aspxcms.com\" title=\"进入技术支持论坛\" target=\"_blank\" style=\"font-family:Arial;color:#006699;font-size:11.5px;text-decoration:none;\">Forum</a>&nbsp;&nbsp;";
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?