Subversion Repository Public Repository

ChrisCompleteCodeTrunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>System.Web.WebPages.Razor</name>
  </assembly>
  <members>
    <member name="T:System.Web.WebPages.Razor.CompilingPathEventArgs">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the base class for the compiling path that contains event data.</summary>
    </member>
    <member name="M:System.Web.WebPages.Razor.CompilingPathEventArgs.#ctor(System.String,System.Web.WebPages.Razor.WebPageRazorHost)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.WebPages.Razor.CompilingPathEventArgs" /> class.</summary>
      <param name="virtualPath">The string of virtual path.</param>
      <param name="host">The host for the webpage razor.</param>
    </member>
    <member name="P:System.Web.WebPages.Razor.CompilingPathEventArgs.Host">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the host for the webpage razor.</summary>
      <returns>The host for the webpage razor.</returns>
    </member>
    <member name="P:System.Web.WebPages.Razor.CompilingPathEventArgs.VirtualPath">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual path for the webpage.</summary>
      <returns>The virtual path for the webpage.</returns>
    </member>
    <member name="T:System.Web.WebPages.Razor.PreApplicationStartCode">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:System.Web.WebPages.Razor.PreApplicationStartCode.Start">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
    </member>
    <member name="T:System.Web.WebPages.Razor.RazorBuildProvider">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a build provider for Razor.</summary>
    </member>
    <member name="M:System.Web.WebPages.Razor.RazorBuildProvider.#ctor">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.WebPages.Razor.RazorBuildProvider" /> class.</summary>
    </member>
    <member name="M:System.Web.WebPages.Razor.RazorBuildProvider.AddVirtualPathDependency(System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a virtual path dependency to the collection.</summary>
      <param name="dependency">A virtual path dependency to add.</param>
    </member>
    <member name="P:System.Web.WebPages.Razor.RazorBuildProvider.AssemblyBuilder">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the assembly builder for Razor environment.</summary>
      <returns>The assembly builder.</returns>
    </member>
    <member name="P:System.Web.WebPages.Razor.RazorBuildProvider.CodeCompilerType">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the compiler settings for Razor environment.</summary>
    </member>
    <member name="E:System.Web.WebPages.Razor.RazorBuildProvider.CodeGenerationCompleted">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Occurs when code generation is completed.</summary>
    </member>
    <member name="E:System.Web.WebPages.Razor.RazorBuildProvider.CodeGenerationStarted">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Occurs when code generation is started.</summary>
    </member>
    <member name="E:System.Web.WebPages.Razor.RazorBuildProvider.CompilingPath">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Occurs when compiling with a new virtual path.</summary>
    </member>
    <member name="M:System.Web.WebPages.Razor.RazorBuildProvider.CreateHost">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a Razor engine host instance base on web configuration.</summary>
      <returns>A Razor engine host instance.</returns>
    </member>
    <member name="M:System.Web.WebPages.Razor.RazorBuildProvider.GenerateCode(System.Web.Compilation.AssemblyBuilder)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the code using the provided assembly builder.</summary>
      <param name="assemblyBuilder">The assembly builder.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.RazorBuildProvider.GetGeneratedType(System.CodeDom.Compiler.CompilerResults)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the type of the generated code.</summary>
      <returns>The type of the generated code.</returns>
      <param name="results">The results of the code compilation.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.RazorBuildProvider.GetHostFromConfig">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates the Razor engine host instance based on the web configuration.</summary>
      <returns>The Razor engine host instance.</returns>
    </member>
    <member name="M:System.Web.WebPages.Razor.RazorBuildProvider.InternalOpenReader">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Opens an internal text reader.</summary>
      <returns>An internal text reader.</returns>
    </member>
    <member name="M:System.Web.WebPages.Razor.RazorBuildProvider.OnBeforeCompilePath(System.Web.WebPages.Razor.CompilingPathEventArgs)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Raises the CompilingPath event.</summary>
      <param name="args">The data provided for the CompilingPath event.</param>
    </member>
    <member name="P:System.Web.WebPages.Razor.RazorBuildProvider.VirtualPath">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual path of the source code.</summary>
      <returns>The virtual path of the source code.</returns>
    </member>
    <member name="P:System.Web.WebPages.Razor.RazorBuildProvider.VirtualPathDependencies">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the collection of virtual path for the dependencies.</summary>
      <returns>The collection of virtual path for the dependencies.</returns>
    </member>
    <member name="T:System.Web.WebPages.Razor.WebCodeRazorHost">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a web code razor host for the web pages.</summary>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebCodeRazorHost.#ctor(System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.WebPages.Razor.WebCodeRazorHost" /> class.</summary>
      <param name="virtualPath">The virtual path.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebCodeRazorHost.#ctor(System.String,System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.WebPages.Razor.WebCodeRazorHost" /> class.</summary>
      <param name="virtualPath">The virtual path.</param>
      <param name="physicalPath">The physical path.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebCodeRazorHost.GetClassName(System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the class name of this instance.</summary>
      <returns>The class name of this instance.</returns>
      <param name="virtualPath">The virtual path.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebCodeRazorHost.PostProcessGeneratedCode(System.Web.Razor.Generator.CodeGeneratorContext)">
      <summary>Generates a post process code for the web code razor host.</summary>
      <param name="context">The generator code context.</param>
    </member>
    <member name="T:System.Web.WebPages.Razor.WebPageRazorHost">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the razor hosts in a webpage.</summary>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebPageRazorHost.#ctor(System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.WebPages.Razor.WebPageRazorHost" /> class with the specified virtual file path.</summary>
      <param name="virtualPath">The virtual file path.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebPageRazorHost.#ctor(System.String,System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.WebPages.Razor.WebPageRazorHost" /> class with the specified virtual and physical file path.</summary>
      <param name="virtualPath">The virtual file path.</param>
      <param name="physicalPath">The physical file path.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebPageRazorHost.AddGlobalImport(System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a global import on the webpage.</summary>
      <param name="ns">The notification service name.</param>
    </member>
    <member name="P:System.Web.WebPages.Razor.WebPageRazorHost.CodeLanguage">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the <see cref="T:System.Web.Razor.RazorCodeLanguage" />.</summary>
      <returns>The <see cref="T:System.Web.Razor.RazorCodeLanguage" />.</returns>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebPageRazorHost.CreateMarkupParser">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a markup parser.</summary>
      <returns>A markup parser.</returns>
    </member>
    <member name="P:System.Web.WebPages.Razor.WebPageRazorHost.DefaultBaseClass">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value for the DefaultBaseClass.</summary>
      <returns>A value for the DefaultBaseClass.</returns>
    </member>
    <member name="P:System.Web.WebPages.Razor.WebPageRazorHost.DefaultClassName">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the default class.</summary>
      <returns>The name of the default class.</returns>
    </member>
    <member name="P:System.Web.WebPages.Razor.WebPageRazorHost.DefaultDebugCompilation">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the debug compilation is set to default.</summary>
      <returns>true if the debug compilation is set to default; otherwise, false.</returns>
    </member>
    <member name="P:System.Web.WebPages.Razor.WebPageRazorHost.DefaultPageBaseClass">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the base class of the default page.</summary>
      <returns>The base class of the default page.</returns>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebPageRazorHost.GetClassName(System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves the name of the class to which the specified webpage belongs.</summary>
      <returns>The name of the class to which the specified webpage belongs.</returns>
      <param name="virtualPath">The virtual file path.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebPageRazorHost.GetCodeLanguage">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the code language specified in the webpage.</summary>
      <returns>The code language specified in the webpage.</returns>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebPageRazorHost.GetGlobalImports">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the global imports for the webpage.</summary>
      <returns>The global imports for the webpage.</returns>
    </member>
    <member name="P:System.Web.WebPages.Razor.WebPageRazorHost.InstrumentedSourceFilePath">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the file path of the instrumental source.</summary>
      <returns>The file path of the instrumental source.</returns>
    </member>
    <member name="P:System.Web.WebPages.Razor.WebPageRazorHost.IsSpecialPage">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the webpage is a special page.</summary>
      <returns>true if the webpage is a special page; otherwise, false.</returns>
    </member>
    <member name="P:System.Web.WebPages.Razor.WebPageRazorHost.PhysicalPath">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the physical file system path of the razor host.</summary>
      <returns>They physical file system path of the razor host.</returns>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebPageRazorHost.PostProcessGeneratedCode(System.Web.Razor.Generator.CodeGeneratorContext)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the generated code after the process.</summary>
      <param name="context">The <see cref="T:System.Web.Razor.Generator.CodeGeneratorContext" />.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebPageRazorHost.RegisterSpecialFile(System.String,System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Registers the special file with the specified file name and base type name.</summary>
      <param name="fileName">The file name.</param>
      <param name="baseTypeName">The base type name.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebPageRazorHost.RegisterSpecialFile(System.String,System.Type)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Registers the special file with the specified file name and base type.</summary>
      <param name="fileName">The file name.</param>
      <param name="baseType">The type of base file.</param>
    </member>
    <member name="P:System.Web.WebPages.Razor.WebPageRazorHost.VirtualPath">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual file path.</summary>
      <returns>The virtual file path.</returns>
    </member>
    <member name="T:System.Web.WebPages.Razor.WebRazorHostFactory">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates instances of the host files.</summary>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebRazorHostFactory.#ctor">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.WebPages.Razor.WebRazorHostFactory" /> class.</summary>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebRazorHostFactory.ApplyConfigurationToHost(System.Web.WebPages.Razor.Configuration.RazorPagesSection,System.Web.WebPages.Razor.WebPageRazorHost)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Loads the service description information from the configuration file and applies it to the host.</summary>
      <param name="config">The configuration.</param>
      <param name="host">The webpage razor host.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebRazorHostFactory.CreateDefaultHost(System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a default host with the specified virtual path.</summary>
      <returns>A default host.</returns>
      <param name="virtualPath">The virtual path of the file.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebRazorHostFactory.CreateDefaultHost(System.String,System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a default host with the specified virtual and physical path.</summary>
      <returns>A default host.</returns>
      <param name="virtualPath">The virtual path of the file.</param>
      <param name="physicalPath">The physical file system path.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebRazorHostFactory.CreateHost(System.String,System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a Razor host.</summary>
      <returns>A razor host.</returns>
      <param name="virtualPath">The virtual path to the target file.</param>
      <param name="physicalPath">The physical path to the target file.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebRazorHostFactory.CreateHostFromConfig(System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration.</summary>
      <returns>A host from the configuration.</returns>
      <param name="virtualPath">The virtual path to the target file.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebRazorHostFactory.CreateHostFromConfig(System.String,System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration.</summary>
      <returns>A host from the configuration.</returns>
      <param name="virtualPath">The virtual path of the file.</param>
      <param name="physicalPath">The physical file system path.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebRazorHostFactory.CreateHostFromConfig(System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup,System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration.</summary>
      <returns>A host from the configuration.</returns>
      <param name="config">The configuration.</param>
      <param name="virtualPath">The virtual path of the file.</param>
    </member>
    <member name="M:System.Web.WebPages.Razor.WebRazorHostFactory.CreateHostFromConfig(System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup,System.String,System.String)">
      <summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration.</summary>
      <returns>A host from the configuration.</returns>
      <param name="config">The configuration.</param>
      <param name="virtualPath">The virtual path of the file.</param>
      <param name="physicalPath">The physical file system path.</param>
    </member>
    <member name="T:System.Web.WebPages.Razor.Configuration.HostSection">
      <summary>Provides configuration system support for the host configuration section.</summary>
    </member>
    <member name="M:System.Web.WebPages.Razor.Configuration.HostSection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.WebPages.Razor.Configuration.HostSection" /> class.</summary>
    </member>
    <member name="P:System.Web.WebPages.Razor.Configuration.HostSection.FactoryType">
      <summary>Gets or sets the host factory.</summary>
      <returns>The host factory.</returns>
    </member>
    <member name="F:System.Web.WebPages.Razor.Configuration.HostSection.SectionName">
      <summary>Represents the name of the configuration section for a Razor host environment.</summary>
    </member>
    <member name="T:System.Web.WebPages.Razor.Configuration.RazorPagesSection">
      <summary>Provides configuration system support for the pages configuration section.</summary>
    </member>
    <member name="M:System.Web.WebPages.Razor.Configuration.RazorPagesSection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.WebPages.Razor.Configuration.RazorPagesSection" /> class.</summary>
    </member>
    <member name="P:System.Web.WebPages.Razor.Configuration.RazorPagesSection.Namespaces">
      <summary>Gets or sets the collection of namespaces to add to Web Pages pages in the current application.</summary>
      <returns>The collection of namespaces.</returns>
    </member>
    <member name="P:System.Web.WebPages.Razor.Configuration.RazorPagesSection.PageBaseType">
      <summary>Gets or sets the name of the page base type class.</summary>
      <returns>The name of the page base type class.</returns>
    </member>
    <member name="F:System.Web.WebPages.Razor.Configuration.RazorPagesSection.SectionName">
      <summary>Represents the name of the configuration section for Razor pages.</summary>
    </member>
    <member name="T:System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup">
      <summary>Provides configuration system support for the system.web.webPages.razor configuration section.</summary>
    </member>
    <member name="M:System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup" /> class.</summary>
    </member>
    <member name="F:System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup.GroupName">
      <summary>Represents the name of the configuration section for Razor Web section. Contains the static, read-only string "system.web.webPages.razor".</summary>
    </member>
    <member name="P:System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup.Host">
      <summary>Gets or sets the host value for system.web.webPages.razor section group.</summary>
      <returns>The host value.</returns>
    </member>
    <member name="P:System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup.Pages">
      <summary>Gets or sets the value of the pages element for the system.web.webPages.razor section.</summary>
      <returns>The pages element value.</returns>
    </member>
  </members>
</doc>

Commits for ChrisCompleteCodeTrunk/ActionTireCo/packages/Microsoft.AspNet.WebPages.3.2.4/lib/net45/System.Web.WebPages.Razor.xml

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000