IWebApplication.GetProjectItemFromUrl Method
.NET Framework 3.0
Returns a project item from a design host based on its URL.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
IProjectItem GetProjectItemFromUrl ( String appRelativeUrl )
function GetProjectItemFromUrl (
appRelativeUrl : String
) : IProjectItem
Not applicable.
Parameters
- appRelativeUrl
The relative path to the project item to retrieve.
Return Value
An IProjectItem.Community Additions
ADD
Show: