다음을 통해 공유


BaseUserControl Class

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Base control for dynamic inclusion of ascx files.

Namespace:  Microsoft.Dynamics.Retail.SharePoint.Web.Storefront.Controls
Assembly:  Microsoft.Dynamics.Retail.SP.Web.Storefront (in Microsoft.Dynamics.Retail.SP.Web.Storefront.dll)

Syntax

'Declaration
Public Class BaseUserControl _
    Inherits UserControl
'Usage
Dim instance As BaseUserControl
public class BaseUserControl : UserControl
public ref class BaseUserControl : public UserControl

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.TemplateControl
      System.Web.UI.UserControl
        Microsoft.Dynamics.Retail.SharePoint.Web.Storefront.Controls.BaseUserControl
          Microsoft.Dynamics.Retail.SharePoint.Web.Storefront.Controls.AdditionalSignInOption
          Microsoft.Dynamics.Retail.SharePoint.Web.Storefront.Controls.ChangePassword
          Microsoft.Dynamics.Retail.SharePoint.Web.Storefront.Controls.ContinueShopping
          Microsoft.Dynamics.Retail.SharePoint.Web.Storefront.Controls.ForgotPassword
          Microsoft.Dynamics.Retail.SharePoint.Web.Storefront.Controls.OrderHistory
          Microsoft.Dynamics.Retail.SharePoint.Web.Storefront.Controls.ProductReview
          Microsoft.Dynamics.Retail.SharePoint.Web.Storefront.Controls.TopNavigationMenu
          Microsoft.Dynamics.Retail.SharePoint.Web.Storefront.Controls.WelcomeBar
          Microsoft.Dynamics.Retail.SharePoint.Web.Storefront.Controls.WishList

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Retail.SharePoint.Web.Storefront.Controls Namespace