You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Provides methods that are used to get deployment information about the Web application.</summary>
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the assembly path for the Web Pages deployment.</summary>
18
+
<returns>The assembly path for the Web Pages deployment.</returns>
19
+
<paramname="version">The Web Pages version.</param>
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the Web Pages version from the given binary path.</summary>
23
+
<returns>The Web Pages version.</returns>
24
+
<paramname="path">The binary path for the Web Pages.</param>
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the assembly references from the given path regardless of the Web Pages version.</summary>
28
+
<returns>The dictionary containing the assembly references of the Web Pages and its version.</returns>
29
+
<paramname="appPath">The path to the Web Pages application.</param>
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the maximum version of the Web Pages loaded assemblies.</summary>
33
+
<returns>The maximum version of the Web Pages loaded assemblies.</returns>
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the Web Pages version using the configuration settings with the specified path.</summary>
42
+
<returns>The Web Pages version.</returns>
43
+
<paramname="path">The path to the application settings.</param>
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the assemblies for this Web Pages deployment.</summary>
47
+
<returns>A list containing the assemblies for this Web Pages deployment.</returns>
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the Web Pages deployment is enabled.</summary>
51
+
<returns>true if the Web Pages deployment is enabled; otherwise, false.</returns>
52
+
<paramname="path">The path to the Web Pages deployment.</param>
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the Web Pages deployment is explicitly disabled.</summary>
56
+
<returns>true if the Web Pages deployment is explicitly disabled; otherwise, false.</returns>
57
+
<paramname="path">The path to the Web Pages deployment.</param>
0 commit comments