实现.net cms系统 第三篇《大刀阔斧-核心源码》

来源:未知 责任编辑:责任编辑 发表时间:2014-02-18 03:26 点击:
1 using System;
  2 using System.Collections.Generic;
  3 using System.Linq;
  4 using System.Text;
  5
  6 namespace Aspx.Web
  7 {
  8     public class Condition  //返回数据的条件对象
  9     {
 10         /// <summary>HTTP/1.1 200 OK Server: Apache Content-Length: 206 Content-Type: text/html tHTTP/1.1 200 OK Server: Apache Content-Length: 206 Content-Type: text/html bsp;50         public string Sort
 51         {
 52             get { return _Sort; }
 53             set { _Sort = value; }
 54         }
 55         /// <summary>
 56 /// 查询条件
 57 /// </summary>
 58         private string _Where = "";
 59         public string Where
 60         {
 61             get { return _Where; }
 62             set { _Where = value; }
 63         }
 64         /// <summary>
 65 /// 填写当前地址栏,所传参数的名称,以便获取,交与 Where 匹配
 66 /// </summary>
 67         private string _GetKey = "";
 68         public string GetKey
 69         {
 70             get { return _GetKey; }
 71             set { _GetKey = value; }
 72         }       
 73     }
 74     public class _Model : Condition
 75     {
 76         public string Aspx(string htmlContent)
 77         {
 78             string html = "";
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
用户名: 验证码:点击我更换图片
最新评论 更多>>

推荐热点

  • 浅析.NET下XML数据访问新机制
  • asp.net 面试+笔试题目第1/2页
  • C# 邮件地址是否合法的验证
  • asp.net 设置GridView的选中行的实现代码
  • C#高级编程:数据库连接[1]
  • 经典C++程序1
  • IIS 自动回收导致后台定时器失效的问题解决
  • ASP.NET&#160;GridView列表代码示例
  • Asp.net MVC源码分析--Action Filter的链式调用
网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
Copyright © 2008-2015 计算机技术学习交流网. 版权所有

豫ICP备11007008号-1