IWebApplication.GetProjectItemFromUrl Method (String)

 

Returns a project item from a design host based on its URL.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

abstract GetProjectItemFromUrl : 
        appRelativeUrl:string -> IProjectItem

Parameters

appRelativeUrl
Type: System.String

The relative path to the project item to retrieve.

Return Value

Type: System.Web.UI.Design.IProjectItem

A project item from a design host based on its URL.

.NET Framework
Available since 2.0
Return to top
Show: