Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

75 lines
2.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="PagesEnableSessionState" FullName="System.Web.Configuration.PagesEnableSessionState">
<TypeSignature Language="C#" Value="public enum PagesEnableSessionState" />
<AssemblyInfo>
<AssemblyName>System.Web</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This enumeration determines session-state activation for an entire Web application. This value can be used in the pages configuration-file section to affect all .aspx pages in the Web application for the scope of the configuration file. The <see cref="T:System.Web.Configuration.PagesSection" /> type allows programmatic access to the pages configuration section.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Used to determine session-state activation for a single Web page or an entire Web application.</para>
</summary>
</Docs>
<Members>
<Member MemberName="False">
<MemberSignature Language="C#" Value="False" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Web.Configuration.PagesEnableSessionState</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Session state is disabled.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ReadOnly">
<MemberSignature Language="C#" Value="ReadOnly" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Web.Configuration.PagesEnableSessionState</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Session state is enabled, but not writable.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="True">
<MemberSignature Language="C#" Value="True" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Web.Configuration.PagesEnableSessionState</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Session state is enabled.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>