SiteMapListLayoutSetting Constructor |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic SiteMapListLayoutSetting(
string keyPrefix,
StateBag ownerViewState
)
Public Sub New (
keyPrefix As String,
ownerViewState As StateBag
)
public:
SiteMapListLayoutSetting(
String^ keyPrefix,
StateBag^ ownerViewState
)
new :
keyPrefix : string *
ownerViewState : StateBag -> SiteMapListLayoutSetting
Parameters
- keyPrefix
- Type: SystemString
- ownerViewState
- Type: System.Web.UIStateBag
See Also