TagPrefixInfo.Source Property
.NET Framework (current version)
Gets or sets the name and path of the file containing the user control.
Assembly: System.Web (in System.Web.dll)
This property specifies the name and path of the file containing the user control implementation. It applies only to user controls. The path may be relative to the application or the application root.
Note |
|---|
The user control itself must not be in the same directory as the page. If it is, you get a run-time error when you attempt to load the page. |
The following code example shows how to use the Source property. This code example is part of a larger example provided for the PagesSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show:
