packages__PackageDetails_cshtml Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents the package details of the web pages.

Inheritance Hierarchy

System.Object
  System.Web.WebPages.WebPageExecutingBase
    System.Web.WebPages.WebPageRenderingBase
      System.Web.WebPages.WebPageBase
        System.Web.WebPages.WebPage
          System.Web.WebPages.Administration.PackageManager.packages__PackageDetails_cshtml

Namespace:  System.Web.WebPages.Administration.PackageManager
Assembly:  System.Web.WebPages.Administration (in System.Web.WebPages.Administration.dll)

Syntax

'Declaration
<PageVirtualPathAttribute("~/packages/_PackageDetails.cshtml")> _
Public Class packages__PackageDetails_cshtml _
    Inherits WebPage
'Usage
Dim instance As packages__PackageDetails_cshtml
[PageVirtualPathAttribute("~/packages/_PackageDetails.cshtml")]
public class packages__PackageDetails_cshtml : WebPage
[PageVirtualPathAttribute(L"~/packages/_PackageDetails.cshtml")]
public ref class packages__PackageDetails_cshtml : public WebPage
[<PageVirtualPathAttribute("~/packages/_PackageDetails.cshtml")>]
type packages__PackageDetails_cshtml =  
    class 
        inherit WebPage 
    end
public class packages__PackageDetails_cshtml extends WebPage

The packages__PackageDetails_cshtml type exposes the following members.

Constructors

  Name Description
Public method packages__PackageDetails_cshtml This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initialize a new instance of the packages__PackageDetails_cshtml class.

Top

Properties

  Name Description
Public property App (Inherited from WebPageExecutingBase.)
Protected property ApplicationInstance This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the application for this instance.
Public property AppState (Inherited from WebPageExecutingBase.)
Public property Cache (Inherited from WebPageRenderingBase.)
Public property Context Gets or sets the HttpContextBase object that is associated with a page. (Inherited from WebPage.)
Public property Culture (Inherited from WebPageRenderingBase.)
Protected property DisplayMode (Inherited from WebPageRenderingBase.)
Public property Html Gets the HtmlHelper object that is associated with a page. (Inherited from WebPage.)
Public property IsAjax (Inherited from WebPageRenderingBase.)
Public property IsPost (Inherited from WebPageRenderingBase.)
Public property Layout Gets or sets the path of a layout page. (Inherited from WebPageBase.)
Public property Model Gets the model that is associated with a page. (Inherited from WebPage.)
Public property ModelState Gets the state of the model that is associated with a page. (Inherited from WebPage.)
Public property Output Gets the current TextWriter object for the page. (Inherited from WebPageBase.)
Public property OutputStack Gets the stack of TextWriter objects for the current page context. (Inherited from WebPageBase.)
Public property Page Provides property-like access to page data that is shared between pages, layout pages, and partial pages. (Inherited from WebPageBase.)
Public property PageContext (Inherited from WebPageRenderingBase.)
Public property PageData Provides array-like access to page data that is shared between pages, layout pages, and partial pages. (Inherited from WebPageBase.)
Public property Profile (Inherited from WebPageRenderingBase.)
Public property Request (Inherited from WebPageRenderingBase.)
Public property Response (Inherited from WebPageRenderingBase.)
Public property Server (Inherited from WebPageRenderingBase.)
Public property Session (Inherited from WebPageRenderingBase.)
Public property TemplateInfo (Inherited from WebPageRenderingBase.)
Public property UICulture (Inherited from WebPageRenderingBase.)
Public property UrlData (Inherited from WebPageRenderingBase.)
Public property User (Inherited from WebPageRenderingBase.)
Public property Validation Gets the validation helper for the current page context. (Inherited from WebPage.)
Public property VirtualPath (Inherited from WebPageExecutingBase.)
Public property VirtualPathFactory (Inherited from WebPageExecutingBase.)

Top

Methods

  Name Description
Protected method BeginContext(Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected method BeginContext(TextWriter, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected method BeginContext(String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected method BeginContext(TextWriter, String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected method ConfigurePage When overridden in a derived class, configures the current web page based on the configuration of the parent web page. (Inherited from WebPageBase.)
Protected method CreatePageFromVirtualPath (Inherited from WebPageBase.)
Public method DefineSection Called by content pages to create named content sections. (Inherited from WebPageBase.)
Protected method EndContext(Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected method EndContext(TextWriter, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected method EndContext(String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Protected method EndContext(TextWriter, String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase.)
Public method Equals (Inherited from Object.)
Public method Execute This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Executes the package details for the webpages. (Overrides WebPageExecutingBase.Execute().)
Public method ExecutePageHierarchy() Executes the code in a set of dependent pages. (Inherited from WebPage.)
Public method ExecutePageHierarchy(WebPageContext, TextWriter) Executes the code in a set of dependent web pages by using the specified parameters. (Inherited from WebPageBase.)
Public method ExecutePageHierarchy(WebPageContext, TextWriter, WebPageRenderingBase) Executes the code in a set of dependent web pages by using the specified context, writer, and start page. (Inherited from WebPageBase.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetOutputWriter Returns the text writer instance that is used to render the page. (Inherited from WebPageBase.)
Public method GetType (Inherited from Object.)
Public method Href This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Builds an absolute URL from an application-relative URL by using the specified parameters. (Overrides WebPageExecutingBase.Href(String, array<Object[]).)
Protected method InitializePage Initializes an object that inherits from the WebPage class. (Inherited from WebPage.)
Public method IsSectionDefined Returns a value that indicates whether the specified section is defined in the page. (Inherited from WebPageBase.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method NormalizeLayoutPagePath (Inherited from WebPageExecutingBase.)
Public method NormalizePath (Inherited from WebPageExecutingBase.)
Public method PopContext Returns and removes the context from the top of the OutputStack instance. (Inherited from WebPageBase.)
Public method PushContext Inserts the specified context at the top of the OutputStack instance. (Inherited from WebPageBase.)
Public method RenderBody In layout pages, renders the portion of a content page that is not within a named section. (Inherited from WebPageBase.)
Public method RenderPage Renders a content page. (Inherited from WebPage.)
Public method RenderSection(String) In layout pages, renders the content of a named section. (Inherited from WebPageBase.)
Public method RenderSection(String, Boolean) In layout pages, renders the content of a named section and specifies whether the section is required. (Inherited from WebPageBase.)
Public method ToString (Inherited from Object.)
Public method Write(Object) Writes the specified object as an HTML-encoded string. (Inherited from WebPageBase.)
Public method Write(HelperResult) Writes the specified HelperResult object as an HTML-encoded string. (Inherited from WebPageBase.)
Public method WriteAttribute (Inherited from WebPageExecutingBase.)
Public method WriteAttributeTo(TextWriter, String, PositionTagged<String>, PositionTagged<String>, array<AttributeValue[]) (Inherited from WebPageExecutingBase.)
Protected method WriteAttributeTo(String, TextWriter, String, PositionTagged<String>, PositionTagged<String>, array<AttributeValue[]) (Inherited from WebPageExecutingBase.)
Public method WriteLiteral Writes the specified object without HTML-encoding it first. (Inherited from WebPageBase.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.WebPages.Administration.PackageManager Namespace