TagPrefixInfo.Source Property

 

Gets or sets the name and path of the file containing the user control.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[ConfigurationPropertyAttribute("src")]
public string Source { get; set; }

Property Value

Type: System.String

The name and path of the file containing the user control.

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.

System_CAPS_noteNote

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
Return to top
Show: