Closed. This question is off-topic。它当前不接受答案。
                            
                        
                    
                
                            
                                
                
                        
                            
                        
                    
                        
                            想改善这个问题吗? Update the question,所以它是on-topic,用于堆栈溢出。
                        
                        4年前关闭。
                                                                                            
                
        
我想创建一个自定义控件(局部视图,模板),并使其具有类似于html.dropdownlistfor()的功能,在该控件中需要选择一个集合,并使用另一个字段来保存所选的值。为此,我想查看dropdownlistfor的代码。由于ASP.NET MVC是开源的,在哪里可以找到dropdownlist的代码/剃刀标记?

最佳答案

DropDownList source
DropDownList extenstions
DropDownListFor extenstons

07-24 12:48