简体   繁体   中英

visual studio toolbox bootstrap snippets

Under what conditions will the bootstrap snippets tab in the toolbox appear?

When a webform is added to a project, There is a design view for adding elements to the page. Is there a view with a similar functionality for bootstrap elements?

No matter the combinations I have tried, I cannot get such a toolbox tab to appear, Is there something I haven't installed? I have uninstalled and reinstalled from nuget many times in many combinations.

Is there a tutorial or web video that can provide from guidance? I have tried every search combination I can think of and watched hours of videos and am coming up dry.

Unfortunately, Bootstrap does not use a 'Drag and Drop' functionality nor there is a 'tab snippet', at least not on visual studio, unlike other.Net controls. Instead, the Bootstrap components are called either through It's Library Files (Downloaded) or simply reference the files on the provided servers using Bootstrap CDN .

Short answer: It uses CSS HTML and a little bit of JS. I strongly recommend you look into Bootstrap Documentation and Bootstrap Components .

Also if you do not know how to include Bootstrap into Visual Studio manually: CLICK HERE

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM