ASPDotNETInAN ASPdot net in a nutshell

1.4K 66 0
ASPDotNETInAN ASPdot net in a nutshell

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com [ Team LiB ] • • • • • • Table of Contents Index Reviews Examples Reader Reviews Errata ASP.NET in a Nutshell, 2nd Edition By G Andrew Duthie, Matthew MacDonald Publisher: O'Reilly Pub Date: August 2003 ISBN: 0-596-00520-2 Pages: 998 Newly updated for Visual Studio NET 2003, the second edition of this book includes fresh information on application and web service development, custom controls, data access, security, deployment, and error handling, new material on web application development for mobile devices, plus an overview of the class libraries [ Team LiB ] This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com [ Team LiB ] • • • • • • Table of Contents Index Reviews Examples Reader Reviews Errata ASP.NET in a Nutshell, 2nd Edition By G Andrew Duthie, Matthew MacDonald Publisher: O'Reilly Pub Date: August 2003 ISBN: 0-596-00520-2 Pages: 998 Copyright Preface Who Is This Book for? How to Use This Book How This Book Is Structured Conventions Used in This Book How to Contact Us Acknowledgments Part I: Introduction to ASP.NET Chapter Introduction Section 1.1 .NET Platform Fundamentals Section 1.2 Object Orientation in the NET Platform Section 1.3 Choosing a Language Section 1.4 Why and When Would I Use ASP.NET? Section 1.5 Why and When Would I Port an Existing Application to ASP.NET? Section 1.6 New Features in ASP.NET Chapter ASP.NET Applications Section 2.1 Application Types Section 2.2 Application Structure and Boundaries Section 2.3 Application File Types Chapter Web Forms Section 3.1 Structuring an ASP.NET Page Section 3.2 Stages of Page Processing This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com Section 3.3 State Management Section 3.4 Caching Page Output Section 3.5 Additional Resources Chapter Web Services Section 4.1 Standards and Specifications Section 4.2 Web Services Architecture Section 4.3 Creating a Web Service Section 4.4 Consuming a Web Service Section 4.5 Additional Resources Chapter ASP.NET Server Controls Section 5.1 HTML Controls Section 5.2 Web Controls Section 5.3 Using Controls Section 5.4 Types of Web Controls Section 5.5 Handling Control Events Section 5.6 Modifying Control Appearance Section 5.7 Additional Resources Chapter User Controls and Custom Server Controls Section 6.1 User Controls Section 6.2 Custom Server Controls Section 6.3 Sharing Controls Across Applications Section 6.4 Additional Resources Chapter Data Access and Data Binding Section 7.1 ADO.NET: An Overview Section 7.2 Reading Data Section 7.3 Data Binding Section 7.4 Inserting and Updating Data Section 7.5 Deleting Data Section 7.6 Additional Resources Chapter ASP.NET Configuration Section 8.1 Understanding Configuration Files Section 8.2 Modifying Configuration Settings Section 8.3 Locking Down Configuration Settings Section 8.4 Targeting a Specific Runtime Version Section 8.5 Additional Resources Chapter ASP.NET Security Section 9.1 Authentication Methods Section 9.2 Authorization Section 9.3 Ensuring Input Safety Section 9.4 Patching Section 9.5 Code Access Security Section 9.6 Additional Resources Chapter 10 Error Handling, Debugging, and Tracing Section 10.1 Error Handling Section 10.2 Debugging Section 10.3 Tracing Section 10.4 Additional Resources Chapter 11 ASP.NET Deployment Section 11.1 Deploying ASP.NET Applications Section 11.2 Deploying Assemblies Section 11.3 Deploying Through Visual Studio NET Section 11.4 Additional Resources This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com Part II: Intrinsic Class Reference Chapter 12 The Page Class Section 12.1 Comments/Troubleshooting Section 12.2 Properties Reference Section 12.3 Collections Reference Section 12.4 Methods Reference Section 12.5 Events Reference Chapter 13 The HttpApplicationState Class Section 13.1 Comments/Troubleshooting Section 13.2 Properties Reference Section 13.3 Collections Reference Section 13.4 Methods Reference Section 13.5 Events Reference Chapter 14 The HttpContext Class Section 14.1 Comments/Troubleshooting Section 14.2 Properties Reference Section 14.3 Collections Reference Section 14.4 Methods Reference Chapter 15 The HttpException Class Section 15.1 Comments/Troubleshooting Section 15.2 Constructor Reference Section 15.3 Properties Reference Section 15.4 Methods Reference Chapter 16 The HttpRequest Class Section 16.1 Comments/Troubleshooting Section 16.2 Properties Reference Section 16.3 Collections Reference Section 16.4 Methods Reference Chapter 17 The HttpResponse Class Section 17.1 Comments/Troubleshooting Section 17.2 Properties Reference Section 17.3 Collections Reference Section 17.4 Methods Reference Chapter 18 The HttpServerUtility Class Section 18.1 Comments/Troubleshooting Section 18.2 Properties Reference Section 18.3 Methods Reference Chapter 19 The HttpSessionState Class Section 19.1 Comments/Troubleshooting Section 19.2 Properties Reference Section 19.3 Collections Reference Section 19.4 Methods Reference Section 19.5 Events Reference Chapter 20 web.config Reference Section 20.1 Comments/Troubleshooting Section 20.2 web.config Elements Part III: Namespace Reference Chapter 21 Namespace Reference Section 21.1 Reading a Quick-Reference Entry Chapter 22 Converting from C# to VB Syntax Section 22.1 General Considerations Section 22.2 Classes This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com Section 22.3 Section 22.4 Section 22.5 Section 22.6 Section 22.7 Structures Interfaces Class, Structure, and Interface Members Delegates Enumerations Chapter 23 The System.Web Namespace AspNetHostingPermission AspNetHostingPermissionAttribute AspNetHostingPermissionLevel BeginEventHandler EndEventHandler HttpApplication HttpApplicationState HttpBrowserCapabilities HttpCacheability HttpCachePolicy HttpCacheRevalidation HttpCacheValidateHandler HttpCacheVaryByHeaders HttpCacheVaryByParams HttpClientCertificate HttpCompileException HttpContext HttpCookie HttpCookieCollection HttpException HttpFileCollection HttpModuleCollection HttpParseException HttpPostedFile HttpRequest HttpRequestValidationException HttpResponse HttpRuntime HttpServerUtility HttpStaticObjectsCollection HttpUnhandledException HttpUtility HttpValidationStatus HttpWorkerRequest HttpWorkerRequest.EndOfSendNotification HttpWriter IHttpAsyncHandler IHttpHandler IHttpHandlerFactory IHttpModule ProcessInfo ProcessModelInfo ProcessShutdownReason ProcessStatus TraceContext TraceMode This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com Chapter 24 The System.Web.Caching Namespace Cache CacheDependency CacheItemPriority CacheItemRemovedCallback CacheItemRemovedReason Chapter 25 The System.Web.Configuration Namespace AuthenticationMode ClientTargetSectionHandler FormsAuthPasswordFormat FormsProtectionEnum HttpCapabilitiesBase HttpConfigurationContext Chapter 26 The System.Web.Hosting Namespace AppDomainFactory ApplicationHost IAppDomainFactory IISAPIRuntime ISAPIRuntime SimpleWorkerRequest Chapter 27 The System.Web.Mail Namespace MailAttachment MailEncoding MailFormat MailMessage MailPriority SmtpMail Chapter 28 The System.Web.Mobile Namespace CookielessData ErrorHandlerModule MobileCapabilities MobileDeviceCapabilitiesSectionHandler MobileErrorInfo MobileFormsAuthentication Chapter 29 The System.Web.Security Namespace DefaultAuthenticationEventArgs DefaultAuthenticationEventHandler DefaultAuthenticationModule FileAuthorizationModule FormsAuthentication FormsAuthenticationEventArgs FormsAuthenticationEventHandler FormsAuthenticationModule FormsAuthenticationTicket FormsIdentity PassportAuthenticationEventArgs PassportAuthenticationEventHandler PassportAuthenticationModule PassportIdentity UrlAuthorizationModule WindowsAuthenticationEventArgs WindowsAuthenticationEventHandler This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com WindowsAuthenticationModule Chapter 30 The System.Web.Services Namespace WebMethodAttribute WebService WebServiceAttribute WebServiceBindingAttribute Chapter 31 The System.Web.Services.Configuration Namespace XmlFormatExtensionAttribute XmlFormatExtensionPointAttribute XmlFormatExtensionPrefixAttribute Chapter 32 The System.Web.Services.Description Namespace Binding BindingCollection DocumentableItem FaultBinding FaultBindingCollection HttpAddressBinding HttpBinding HttpOperationBinding HttpUrlEncodedBinding HttpUrlReplacementBinding Import ImportCollection InputBinding Message MessageBinding MessageCollection MessagePart MessagePartCollection MimeContentBinding MimeMultipartRelatedBinding MimePart MimePartCollection MimeTextBinding MimeTextMatch MimeTextMatchCollection MimeXmlBinding Operation OperationBinding OperationBindingCollection OperationCollection OperationFault OperationFaultCollection OperationFlow OperationInput OperationMessage OperationMessageCollection OperationOutput OutputBinding Port PortCollection PortType This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com PortTypeCollection ProtocolImporter ProtocolReflector Service ServiceCollection ServiceDescription ServiceDescriptionBaseCollection ServiceDescriptionCollection ServiceDescriptionFormatExtension ServiceDescriptionFormatExtensionCollection ServiceDescriptionImporter ServiceDescriptionImportStyle ServiceDescriptionImportWarnings ServiceDescriptionReflector SoapAddressBinding SoapBinding SoapBindingStyle SoapBindingUse SoapBodyBinding SoapExtensionImporter SoapExtensionReflector SoapFaultBinding SoapHeaderBinding SoapHeaderFaultBinding SoapOperationBinding SoapProtocolImporter SoapTransportImporter Types Chapter 33 The System.Web.Services.Discovery Namespace ContractReference ContractSearchPattern DiscoveryClientDocumentCollection DiscoveryClientProtocol DiscoveryClientProtocol.DiscoveryClientResultsFile DiscoveryClientReferenceCollection DiscoveryClientResult DiscoveryClientResultCollection DiscoveryDocument DiscoveryDocumentLinksPattern DiscoveryDocumentReference DiscoveryDocumentSearchPattern DiscoveryExceptionDictionary DiscoveryReference DiscoveryReferenceCollection DiscoveryRequestHandler DiscoverySearchPattern DynamicDiscoveryDocument ExcludePathInfo SchemaReference SoapBinding XmlSchemaSearchPattern Chapter 34 The System.Web.Services.Protocols Namespace This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com AnyReturnReader HtmlFormParameterReader HtmlFormParameterWriter HttpGetClientProtocol HttpMethodAttribute HttpPostClientProtocol HttpSimpleClientProtocol HttpWebClientProtocol LogicalMethodInfo LogicalMethodTypes MatchAttribute MimeFormatter MimeParameterReader MimeParameterWriter MimeReturnReader NopReturnReader PatternMatcher SoapClientMessage SoapDocumentMethodAttribute SoapDocumentServiceAttribute SoapException SoapExtension SoapExtensionAttribute SoapHeader SoapHeaderAttribute SoapHeaderCollection SoapHeaderDirection SoapHeaderException SoapHttpClientProtocol SoapMessage SoapMessageStage SoapParameterStyle SoapRpcMethodAttribute SoapRpcServiceAttribute SoapServerMessage SoapServiceRoutingStyle SoapUnknownHeader TextReturnReader UrlEncodedParameterWriter UrlParameterReader UrlParameterWriter ValueCollectionParameterReader WebClientAsyncResult WebClientProtocol WebServiceHandlerFactory XmlReturnReader Chapter 35 The System.Web.SessionState Namespace HttpSessionState IReadOnlySessionState IRequiresSessionState IStateRuntime SessionStateMode SessionStateModule This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com SessionStateModule SessionStateSectionHandler StateRuntime Chapter 36 The System.Web.UI Namespace AttributeCollection BaseParser BasePartialCachingControl BuildMethod BuildTemplateMethod CompiledTemplateBuilder ConstructorNeedsTagAttribute Control ControlBuilder ControlBuilderAttribute ControlCollection CssStyleCollection DataBinder DataBinding DataBindingCollection DataBindingHandlerAttribute DataBoundLiteralControl DesignerDataBoundLiteralControl DesignTimeParseData DesignTimeTemplateParser EmptyControlCollection Html32TextWriter HtmlTextWriter HtmlTextWriterAttribute HtmlTextWriterStyle HtmlTextWriterTag IAttributeAccessor IDataBindingsAccessor ImageClickEventArgs ImageClickEventHandler INamingContainer IParserAccessor IPostBackDataHandler IPostBackEventHandler IStateManager ITagNameToTypeMapper ITemplate IUserControlDesignerAccessor IValidator LiteralControl LosFormatter ObjectConverter ObjectTagBuilder OutputCacheLocation Page PageParser Pair ParseChildrenAttribute PartialCachingAttribute This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com RepeaterItemEventArgs class RepeaterItemEventHandler delegate RepeatInfo class RepeatLayout enumeration Request class [See HttpRequest class] Request property HttpContext class 2nd Page class 2nd request types (HTTP) request validation REQUEST_METHOD key (ServerVariable collection) requests, handling/lifecycles RequestType property (HttpRequest class) 2nd RequiredFieldValidator class 2nd control RequireSsl attribute ResolveUrl method (Page class) Response property HttpContext class 2nd Page class 2nd ResponseEncoding attribute (@ Page directive) reuse (code) RewritePath method (HttpContext class) rich controls RootBuilder class runat attribute 2nd runtime callable wrapper (RCW) 2nd [ Team LiB ] This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com [ Team LiB ] [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] SaveAs method (HttpRequest class) SaveAs property (HttpRequest class) SchemaReference class schemas (custom) SCRIPT_NAME key (ServerVariable collection) ScriptTimeout property (HttpServerUtility class) 2nd SDK debugger, using sealed classes Secure Sockets Layer (SSL) security 2nd authentication methods and authorization security bulletins, signing up for Select Case statement SelectCommand property SelectedDatesCollection class selection controls SelectionList class SelectionList control semantic errors, crashing/noncrashing semicolon, as statement terminator serializable server controls [See controls, server] Server property HttpContext class Page class 2nd server-side comments include directives 2nd object tags SERVER_NAME key (ServerVariable collection) SERVER_PORT key (ServerVariable collection) SERVER_PORT_SECURE key (ServerVariable collection) SERVER_PROTOCOL key (ServerVariable collection) SERVER_SOFTWARE key (ServerVariable collection) ServerValidateEventArgs class ServerValidateEventHandler delegate ServerVariables collection (HttpRequest class) ServerVariables property (HttpRequest class) Service class ServiceCollection class ServiceDescription class ServiceDescriptionBaseCollection class ServiceDescriptionCollection class ServiceDescriptionFormatExtension class ServiceDescriptionFormatExtensionCollection class ServiceDescriptionImporter class ServiceDescriptionImportStyle enumeration ServiceDescriptionImportWarnings enumeration ServiceDescriptionReflector class session cookies Session property HttpContext class 2nd Page class 2nd This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com session state management SessionID property 2nd SessionStateMode enumeration SessionStateModule class 2nd SessionStateSectionHandler class Set method (HttpApplicationState class) 2nd SetCacheability method (HttpResponse class) SetLastModified method (HttpResponse class) SignOut method Simple Object Access Protocol [See SOAP] SimpleWebHandlerParser class SimpleWorkerRequest class single-threaded apartment (STA) SkipAuthorization property (HttpContext class) 2nd SlidingExpiration attribute SmartNavigation attribute (@ Page directive) SmartNavigation property (Page class) 2nd SmtpMail class 2nd sn.exe SOAP (Simple Object Access Protocol) 2nd consuming web services SoapAddressBinding class SoapBinding class 2nd SoapBindingStyle enumeration SoapBindingUse enumeration SoapBodyBinding class SoapClientMessage class SoapDocumentMethodAttribute class SoapDocumentServiceAttribute class SoapException class SoapExtension class SoapExtensionAttribute class SoapExtensionImporter class SoapExtensionReflector class SoapFaultBinding class SoapHeader class SoapHeaderAttribute class SoapHeaderBinding class SoapHeaderCollection class SoapHeaderDirection enumeration SoapHeaderException class SoapHeaderFaultBinding class SoapHttpClientProtocol class SoapMessage class SoapMessageStage enumeration SoapOperationBinding class SoapParameterStyle enumeration SoapProtocolImporter class SoapRpcMethodAttribute class SoapRpcServiceAttribute class SoapServerMessage class SoapServiceRoutingStyle enumeration SoapTransportImporter class SoapUnknownHeader class Solution Explorer Source property (HttpException class) 2nd SQL queries, creating dynamically sqlConnectionString attribute SqlDataAdapter class 2nd 3rd This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com SqlDataReader object, implementation of SQLServer mode Src attribute @ Assembly directive @ Page directive @ Register directive SSL (Secure Sockets Layer) STA (single-threaded apartment) StackTrace property (HttpException class) 2nd stages of page processing Start event HttpApplicationState class HttpSessionState class 2nd Start method (HttpApplicationState class) state management StateBag class 2nd StateItem class StateRuntime class static members, syntax for StaticObjects collection HttpApplicationState class HttpSessionState class StaticPartialCachingControl class Status property (HttpResponse class) 2nd StatusCode property (HttpResponse class) 2nd StatusDescription property (HttpResponse class) 2nd Strict attribute (@ Page directive) String parameter (ClientTarget property) strings characters, encoding strPath LoadControl parameter strRelativeUrl ResolveUrl parameter structured exception handling 2nd structures Style class 2nd Style properties StyleSheet class StyleSheetControlBuilder class Submit_Click event handler SuppressContent property (HttpResponse class) 2nd syntax error syntax for event handlers System namespace System.Collections namespace System.Data namespaces Odbc OleDb OracleClient SqlClient 2nd System.Web namespaces 2nd Caching Configuration Hosting Mail Mobile Security Services Configuration Description This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com Discovery Protocols SessionState UI 2nd Design Design.WebControls HtmlControls MobileControls MobileControls.Adapters WebControls [ Team LiB ] This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com [ Team LiB ] [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] Table class Table display control TableCell class TableCell display control TableCellCollection class TableCellControlBuilder class TableCellsCollectionEditor class TableDesigner class TableHeaderCell class TableItemStyle class TableRow class TableRow display control TableRowCollection class TableRowsCollectionEditor class Tables property (HttpBrowserCapabilities class) TableStyle class TagName attribute (@ Register directive) TagPrefix attribute @ Register directive TagPrefixAttribute class TargetConverter class targetNamespace attribute TargetSite property TargetSite property (HttpException class) TemplateBuilder class TemplateColumn class TemplateContainer class TemplateContainerAttribute class TemplateControl class TemplateControlParser class TemplatedControlDesigner class TemplateEditingService class TemplateEditingVerb class TemplateParser class templates for control properties text (literal) TextAlign enumeration TextBox class 2nd TextBox web control 2nd 3rd TextBoxControlBuilder class 2nd TextBoxMode enumeration TextControl class TextControlDesigner class TextDataBindingHandler class TextReturnReader class TextView class TextView control TextViewElement class Timeout property (HttpSessionState class) 2nd Timestamp property (HttpContext class) 2nd TitleFormat enumeration ToolBoxData attribute ToolboxDataAttribute class ToString method (HttpException class) This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com TotalBytes property TotalBytes property (HttpRequest class) Trace attribute Trace attribute (@ Page directive) TRACE HTTP request Trace property HttpContext class 2nd Page class 2nd Trace.axd URL Trace.Warn method Trace.Write method TraceContext class 2nd TraceMode attribute (@ Page directive) TraceMode enumeration TraceMode member (Trace property) tracing application page-level settings, modifying Trace property Write/Warn methods, using Transaction attribute (@ Page directive) Transfer method (HttpServerUtility class) 2nd Triplet class Try statement Type property (HttpBrowserCapabilities class) Types class [ Team LiB ] This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com [ Team LiB ] [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] UDDI (Universal Description, Discovery, and Integration) UI (user interface) combining with code UICulture attribute (@ Page directive) unboxing Unit class UnitConverter class UnitType enumeration Universal Description, Discovery, and Integration (UDDI) 2nd Unload event (Page class) Unload event handler Unlock method (HttpApplicationState class) 2nd UpdateCommand property UpWmlMobileTextWriter class UpWmlPageAdapter class URL authorization URL key (ServerVariable collection) Url property (HttpRequest class) 2nd UrlAuthorizationModule class UrlBuilder class UrlBuilderOptions enumeration UrlDecode method (HttpServerUtility class) 2nd UrlEditor class UrlEncode method (HttpServerUtility class) 2nd UrlEncodedParameterWriter class UrlParameterReader class UrlParameterWriter class UrlPathEncode method 2nd UrlReferrer property (HttpRequest class) 2nd User Control files user controls [See controls, user] user interface (UI) combining with code User property HttpContext class 2nd Page class 2nd UserAgent property (HttpRequest class) 2nd UserControl class 2nd UserControlControlBuilder class UserControlDesigner class UserHostAddress property (HttpRequest class) 2nd UserHostName property (HttpRequest class) 2nd UserLanguages property (HttpRequest class) 2nd Users.xml file 2nd [ Team LiB ] This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com [ Team LiB ] [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] Validate method (Page class) ValidatedControlConverter class validateRequest attribute ValidateRequest attribute (@ Page directive) validation validation controls 2nd ValidationCompareOperator enumeration ValidationDataType enumeration ValidationPropertyAttribute class ValidationSummary class 2nd control ValidationSummaryDisplayMode enumeration ValidatorCollection class 2nd ValidatorDisplay enumeration Validators property (ValidatorCollection) Value Types ValueCollectionParameterReader class VaryByControl (@ OutputCache directive) VaryByCustom (@ OutputCache directive) VaryByHeader (@ OutputCache directive) VaryByParam (@ OutputCache directive) VaryByParam attribute VBScript property (HttpBrowserCapabilities class) Version property (HttpBrowserCapabilities class) versions, targeting specific VerticalAlign enumeration ViewState property (Page class) 2nd 3rd ViewStateUserKey (Page class) ViewStateUserKey property (Page class) Visual Basic language access modifiers for case sensitivity of class definitions converting from C# syntax delegate definitions enumeration definitions equivalents to C# data types event definitions field definitions interface definitions line break as statement terminator method calls method definitions method qualifiers new keyword and property definitions structure definitions Visual Basic.NET Imports keyword New keyword and Visual Basic.NET compiler Visual C++ managed executions and This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com Visual Studio NET annotations, common custom schemas and debuggers deploying design-time support design-time support, adding vs:absolutepositioning Visual Studio NET annotation vs:blockformatted Visual Studio NET annotation vs:builder Visual Studio NET annotation vs:deprecated Visual Studio NET annotation vs:empty Visual Studio NET annotation vs:friendlyname Visual Studio NET annotation vs:iscasesensitive Visual Studio NET annotation vs:ishtmlschema Visual Studio NET annotation vs:nonbrowseable Visual Studio NET annotation vs:readonly Visual Studio NET annotation vs:requireattributequotes Visual Studio NET annotation [ Team LiB ] This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com [ Team LiB ] [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] W3C (World Wide Web Consortium) W3CDomVersion property (HttpBrowserCapabilities class) Warn method Trace property WarningLevel attribute (@ Page directive) Web Applications Web applications HttpApplicationState class and web controls 2nd 3rd types of Web Forms 2nd @ directives and ASP.NET pages, structuring code-behind files creating design-time support page processing user interface, combining with code web logs (blogs) Web Service Description Language [See WSDL] web services 2nd 3rd architecture Code-behind, using consuming creating standards Web Setup project, deployment Web Sharing tab (Properties dialog) web.config configuration files web.config file 2nd 3rd application-level tracing authentication methods and authentication mode, changing elements 2nd This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com summary Forms authentication option inheriting/overriding settings locking down configuration settings syntax of troubleshooting WebClientAsyncResult class WebClientProtocol class WebColorConverter class WebControl class 2nd WebControlToolboxItem class WebMethod attribute web services, creating WebMethodAttribute class WebService attribute 2nd WebService class WebService, inheriting from WebServiceAttribute class WebServiceBindingAttribute class WebServiceHandlerFactory class WebServiceParser class WHERE clause deleting data inserting and updating data Win16 property (HttpBrowserCapabilities class) Win32 property (HttpBrowserCapabilities class) Windows NET Server Windows 2000 2nd Windows authentication option Windows NT Windows Update Windows XP 2nd WindowsAuthenticationEventArgs class WindowsAuthenticationEventHandler delegate WindowsAuthenticationModule class WithEvents keyword WmlCalendarAdapter class WmlCommandAdapter class WmlControlAdapter class WmlFormAdapter class WmlImageAdapter class WmlLabelAdapter class WmlLinkAdapter class WmlListAdapter class This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com WmlLiteralTextAdapter class WmlMobileTextWriter class WmlObjectListAdapter class WmlPageAdapter class WmlPanelAdapter class WmlPhoneCallAdapter class WmlSelectionListAdapter class WmlTextBoxAdapter class WmlTextViewAdapter class WmlValidationSummaryAdapter class WmlValidatorAdapter class World Wide Web Consortium (W3C) Wrapping enumeration Write method error handling HttpResponse class Trace property Write method (HttpResponse class) 2nd WriteByte method (HttpResponse class) WriteFile method (HttpResponse class) 2nd WriteLine method (HttpResponse class) WSDL (Web Services Description Language) 2nd wsdl.exe [ Team LiB ] This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com [ Team LiB ] [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] XML (eXtensible Markup Language) reading from Xml class XmlDesigner class XmlFileEditor class XmlFormatExtensionAttribute class XmlFormatExtensionPointAttribute class XmlFormatExtensionPrefixAttribute class xmlns attribute XmlReturnReader class XmlSchemaSearchPattern class XmlUrlEditor class XSD schemas XslUrlEditor class [ Team LiB ] This document is created with a trial version of CHM2PDF Pilot http://www.colorpilot.com Brought to You by Like the book? Buy it! ... HtmlTextWriterTag IAttributeAccessor IDataBindingsAccessor ImageClickEventArgs ImageClickEventHandler INamingContainer IParserAccessor IPostBackDataHandler IPostBackEventHandler IStateManager ITagNameToTypeMapper... UpWmlMobileTextWriter UpWmlPageAdapter WmlCalendarAdapter WmlCommandAdapter WmlControlAdapter WmlFormAdapter WmlImageAdapter WmlLabelAdapter WmlLinkAdapter WmlListAdapter WmlLiteralTextAdapter WmlMobileTextWriter... ControlPersister DataBindingCollectionConverter DataBindingCollectionEditor DataBindingHandler DataBindingValueUIHandler DataFieldConverter DataMemberConverter DataSourceConverter DesignTimeData HtmlControlDesigner

Ngày đăng: 25/03/2019, 15:06

Từ khóa liên quan

Tài liệu cùng người dùng

Tài liệu liên quan