您好,欢迎光临有路网!
ASP.NET 程序员查询辞典——查询辞典
QQ咨询:
有路璐璐:

ASP.NET 程序员查询辞典——查询辞典

  • 作者:美.凯森著陈君译
  • 出版社:中国铁道出版社
  • ISBN:9787113050115
  • 出版日期:2003年01月01日
  • 页数:342
  • 定价:¥25.00
  • 分享领佣金
    手机购买
    城市
    店铺名称
    店主联系方式
    店铺售价
    库存
    店铺得分/总交易量
    发布时间
    操作

    新书比价

    网站名称
    书名
    售价
    优惠
    操作

    图书详情

    内容提要
    The Most Authoritative Quick Reterence for Programmers

    编程精髓尽在掌握
    覆盖ASP.NET System.Web命名空间各类
    包含HTML控件、服务器控件与验证控件
    详解各页面指令与标记
    目录
    Chapter 1 ASP的发展与ASP.NET的优点 1
    ASP.NET概述 2
    .NET Framework 3
    ASP.NET中的应用程序配置 4
    HTTP运行库 5
    系统服务框架 6
    CLR 9
    Web服务 12
    Web表单 13
    ASP.NET**机制 14
    ASP.NET文件扩展名 17
    .disco 17
    .asax 17
    .ascx 17
    .aspx 17
    .axmx 18
    .cs 18
    .js 18
    .rpt 18
    .xsd 18
    .xml 18
    .xslt 18
    .html和.htm 18
    .asp 19
    .vb 19
    .vbs 19
    .wsf 19
    .Web 19
    .css 19
    Chapter 2 ASP.NET基本功能类库 21
    System.Object 22
    方法 22
    System.Web.HttpApplicationState 24
    方法 25
    属性 28
    System.Web.HttpServerUtility 30
    方法 30
    属性 34
    System.Web.SessionState.HttpSessionState 35
    方法 35
    属性 37
    Chapter 3 常用的类:HttpContext、HttpRequest和HttpResponse 41
    System.Web.HttpContext 41
    方法 41
    属性 43
    System.Web.HttpRequest 46
    方法 47
    属性 48
    System.Web.HttpResponse 58
    方法 58
    属性 63
    Chapter 4 Page对象 67
    Page类 67
    方法 67
    属性 76
    Chapter 5 HTML控件 83
    HtmlControl 83
    属性 83
    HtmlInputControl 85
    属性 85
    HtmlContainerControl 86
    方法 86
    属性 87
    HtmlAnchor 88
    方法 88
    属性 88
    事件 89
    HtmlButton 89
    方法 90
    属性 90
    事件 90
    HtmlForm 91
    属性 91
    HtmlGenericControl 92
    属性 92
    HtmlImage 92
    属性 93
    HtmlInputButton 94
    方法 94
    属性 95
    事件 95
    HtmlInputCheckBox 95
    方法 96
    属性 96
    事件 96
    HtmlInputFile 96
    属性 98
    HtmlInputHidden 99
    方法 99
    事件 99
    HtmlInputImage 100
    方法 100
    属性 101
    事件 102
    HtmlInputRadioButton 102
    属性 102
    HtmlInputText 103
    方法 103
    属性 103
    事件 104
    HtmlSelect 104
    方法 105
    属性 105
    事件 107
    HtmlTable 107
    属性 108
    HtmlTableCell 110
    属性 110
    HtmlTableCellCollection 111
    方法 111
    属性 113
    Chapter 6 ASP.NET Web服务器控件 115
    WebControl 115
    方法 116
    属性 118
    Button 122
    方法 123
    属性 123
    事件 124
    CheckBox 125
    方法 125
    事件 125
    属性 126
    CheckBoxList 127
    属性 127
    DropDownList 129
    属性 129
    HyperLink 130
    属性 131
    Image 132
    属性 132
    Imagebutton 133
    方法 134
    属性 134
    事件 135
    Label 135
    属性 135
    LinkButton 136
    方法 136
    属性 137
    事件 138
    ListBox 138
    属性 138
    Panel 140
    属性 140
    RadioButton 141
    属性 141
    Table 142
    属性 142
    TextBox 144
    方法 144
    属性 144
    事件 146
    Chapter 7 ASP.NET Web服务器DataGrid、DataList和Repeater控件 147
    DataGrid类 147
    方法 147
    属性 150
    事件 157
    字段 164
    DataList类 165
    方法 165
    属性 167
    事件 174
    字段 176
    Repeater类 177
    属性 177
    方法 180
    事件 181
    Chapter 8 丰富的UI控件和验证控件 183
    Calendar类 183
    方法 183
    属性 184
    事件 190
    AdRotator类 191
    属性 191
    方法 192
    事件 193
    RequiredFieldValidator类 193
    属性 194
    CompareValidator类 194
    属性 194
    RangeValidator类 195
    属性 196
    RegularExpressionValidator类 196
    属性 197
    CustomValidator类 197
    方法 197
    属性 198
    事件 198
    ValidationSummary类 198
    属性 199
    Chapter 9 System.Web ASP.NET命名空间 201
    HttpApplication 201
    方法 201
    属性 201
    HttpApplicationState 203
    HttpBrowserCapabilities 203
    属性 203
    HttpCachePolicy 207
    方法 207
    属性 211
    HttpCacheVaryByHeaders 211
    方法 211
    属性 211
    HttpCacheVaryByParams 212
    属性 213
    HttpClientCertificate 213
    方法 213
    属性 213
    HttpCompileException 216
    属性 216
    HttpContext 216
    HttpCookie 216
    属性 217
    HttpCookieCollection 218
    方法 218
    属性 219
    HttpException 220
    方法 221
    HttpFileCollection 222
    方法 222
    属性 223
    HttpModuleCollection 223
    方法 223
    属性 224
    HttpParseException 225
    属性 225
    HttpPostedFile 226
    方法 226
    属性 226
    HttpRequest 227
    HttpResponse 227
    HttpRuntime 227
    方法 227
    属性 228
    HttpServerUtility 230
    HttpStaticObjectsCollection 230
    方法 230
    属性 231
    HttpUnhandledException 232
    HttpUtility 232
    方法 233
    HttpWriter 237
    方法 237
    属性 239
    TraceContext 239
    Chapter 10 Web服务 241
    WebMethodAttribute类 241
    属性 242
    WebService类 243
    属性 243
    WebServiceAttribute类 244
    属性 245
    WebServiceBindingAttribute类 245
    属性 246
    System.Web.Services.Description命名空间 246
    Binding类 246
    属性 247
    BindingCollection类 248
    属性 248
    方法 248
    DocumentableItem类 250
    属性 250
    FaultBinding类 250
    属性 251
    FaultBindingCollection类 251
    属性 251
    HttpAddressBinding类 253
    属性 254
    HttpBinding类 254
    字段 254
    属性 254
    HttpOperationBinding类 255
    属性 255
    HttpUrlEncodedBinding类 255
    HttpUrlReplacementBinding类 255
    Import类 256
    属性 256
    ImportCollection类 256
    方法 257
    InputBinding类 258
    属性 258
    Message类 259
    方法 259
    属性 260
    MessageBinding类 260
    属性 260
    MessageCollection类 261
    方法 261
    属性 263
    MessagePart类 263
    属性 263
    MessagePartCollection类 264
    方法 264
    属性 266
    Chapter 11 页面伪指令和其他标记 269
    页面级伪指令 269
    @Assembly 269
    @Control 269
    @Implements 271
    @Import 272
    @OutputCache 272
    @Page 273
    @Reference 277
    @Register 277

    Chapter 12 ASP.NET应用程序配置 279
    System.Configuration命名空间 279
    ConfigurationException 279
    DictionarySectionHandler 280
    SingleTagSectionHandler 281
    IconfigurationSectionHandler接口 282
    Configuration文件的各个部分 282
    appSettings 282
    browserCaps 283
    compilation 284
    Globalization 286
    httpHandlers 287
    httpModules 287
    identity 288
    pages 288
    processModel 289
    SecurityPolicy 289
    sessionState 290
    trace 290
    webServices 291
    Location 292
    Chapter 13 Web应用程序**措施 293
    System.Web.Security.FormsIdentity 293
    属性 293
    System.Security.Principal.IIdentity 294
    属性 294
    System.Security.Principal.IPrincipal 295
    属性 295
    方法 296
    System.Security.Principal.WindowsIdentity 296
    属性 296
    方法 298
    System.Security.Principal.WindowPrincipal 300
    属性 300
    方法 300
    System.Web.Security.FormsAuthentication 301
    属性 301
    方法 301
    System.Web.Security Forms.FormsAuthenticationModule 308
    事件 308
    System.Web.Security Forms.FormsAuthenticationTicket 309
    属性 309
    Chapter 14 Microsoft Passport服务和**措施 313
    System.Web.Security.PassportAuthenticationModule 313
    事件 313
    System.Web.Security.PassportIdentity 314
    属性 314
    方法 317
    Chapter 15 ASP.NET性能缓存 329
    System.Web.Caching 329
    输出缓存 329
    页面输出缓存 330
    部分页面缓存 333
    Web服务缓存 335
    用System.Web.Caching通过编程缓存 335
    Cache类 336
    CacheDependency类 340
    CacheItemRemovedCallBack委托 341
    CacheItemRemovedReason枚举 342

    与描述相符

    100

    北京 天津 河北 山西 内蒙古 辽宁 吉林 黑龙江 上海 江苏 浙江 安徽 福建 江西 山东 河南 湖北 湖南 广东 广西 海南 重庆 四川 贵州 云南 西藏 陕西 甘肃 青海 宁夏 新疆 台湾 香港 澳门 海外