Partial Views on mvc create view that use a dropdown list to populate the partial view's view bag is this possible in mvc?

后端 未结 2 910
别跟我提以往
别跟我提以往 2020-12-12 07:38

can a Partial Views on mvc create view that is using a dropdown list that sends value from the dropdown list to a function that creates a list based on the dropdown list val

2条回答
  •  余生分开走
    2020-12-12 08:29

    No, partial views do not necessarily have to be strongly typed, if that's your question. You can have a partial view with just html markup.

提交回复
热议问题