WebTabSet for ASP.NET Core MVC
Select topic:
your content here...
  Reset
Classic Layout:
This sample shows how you can use WebTabSet in a classical, non-hierarchal manner.

Although most of these samples demonstrate the hierarchal abilities of WebTabSet, this is not a requirement for using the control. In this sample, a single set of tabs are created with no children tabs. This makes the control operate like a classical tab control where this is no hierarchal relationship between the tabs.

Furthermore, this sample demonstrates how you can force these tabs to wrap into multiple rows. This is accomplished by setting the max-width style of their containing DIV element.

In this sample the WebTabSet is allowing you to select a simple topic. Clicking the "Submit" button will send the full path for your selection to the server and it will be displayed below:
/Security
Click the "Reset" link to clear your selection.
Control being used:
Coalesys WebTabSet for ASP.NET Core MVC
Version 1.0 - Build 130 (Licensed)
Designed for ASP.NET Core MVC 8.0 (64-bit)
Copyright (c) 2000-2024 Coalesys, Inc.
View the code:
The code is available in the samples directory under:
/Presentation
    /ClassicLayout