You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > Cart Class > Cart Properties > UserControlUrl
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Cart.UserControlUrl Property

The URL of the User Control that manages the display of the Cart. This path can be relative or absolute. A sample user control is located in:

[siteroot]\Workarea\ControlTemplates\Commerce\Cart\CartUserControl.ascx.
C#
[Category("Ektron")]
[Description("The URL of the User Control that manages the display of the Cart. This path can be relative or absolute. A sample user control is located in <siteroot>\\Workarea\\ControlTemplates\\Commerce\\Cart\\CartUserControl.ascx.")]
[TypeConverter(typeof(string))]
[DefaultValue("")]
public string UserControlUrl;
Visual Basic
<Category("Ektron")>
<Description("The URL of the User Control that manages the display of the Cart. This path can be relative or absolute. A sample user control is located in <siteroot>\\Workarea\\ControlTemplates\\Commerce\\Cart\\CartUserControl.ascx.")>
<TypeConverter(typeof(string))>
<DefaultValue("")>
Public Property UserControlUrl() As string
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!