首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > ASP > Asp.net 2.0 xml staging engine.

Asp.net 2.0 xml staging engine.

  • 资源大小:32.39 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Kube is a lightweight asp.net engine that provides support for a fast creation webservice-like server handlers, simplifing data-access and xslt-processing in declarative style. Example: This example gets list from database and render it as html radio list with given name. Engine access ``` public class temp : IHttpHandler { public void ProcessRequest (HttpContext context) { string rest = context.Request.Params[""]; if (rest != null) { string rawurl = context.Request.RawUrl.Split(new char[] { "=" })[1]; Engine.Handle(rawurl, context); } } public bool IsReusable { get { return true; } } } ``` Engine call on server side
<%Engine.Handle("output/general/get_time_types/report_period_ratings", Context);%>
Service d

文 件 列 表

Util
_svn
TableToData.cs
Types.cs
Util.cs
Stages
_svn
CodeFilters.cs
FileSource.cs
MysqlSource.cs
StageProcessor.cs
XSLTFilter.cs
server
_svn
kuce.config
service.config
enginelib.csproj
enginelib.sln
enginelib.suo
Log.cs
MyFilters.cs
Cache.cs
Engine.cs

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.174255s