BreadcrumbAttribute Constructor (Int32, String, String, String) |
Constructor.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public BreadcrumbAttribute(
int index,
string resourceString,
string targetUrl,
string targetFrame
)
Parameters
- index
- Type: SystemInt32
Index of the breadcrumb - resourceString
- Type: SystemString
Resource string for the item - targetUrl
- Type: SystemString
Target URL - targetFrame
- Type: SystemString
Target frame
See Also