tagbuilder Questions
1
Solved
I have a prtialview using a model to create a dropdown list.
In my main view I create the partialview html string to use it in javascript functions later.
View:
@model SomeViewModel
@{
var devic...
Raspberry asked 10/2, 2016 at 19:12
6
Solved
what's the difference in using tag builder and string builder to create a table in a htmlhelper class, or using the HtmlTable?
aren't they generating the same thing??
Schrader asked 15/6, 2010 at 8:35
2
Solved
I am creating my own helper in MVC. But the custom attributes are not added in the HTML:
Helper
public static MvcHtmlString MenuItem(this HtmlHelper helper, string linkText, string actionName, st...
Intelligibility asked 22/6, 2011 at 14:15
3
Solved
TagBuilder is a nice implementation for build HTML elements. But -some- HTML elements can have another elements (I called like children). I could not find any class from Mvc classes.
Question; Sh...
Betthezel asked 10/2, 2011 at 14:21
1
© 2022 - 2024 — McMap. All rights reserved.