Select from following answers:- By using IsSectionDefined() method

- This facility is not available in asp.net mvc
- By using View.IsSectonDefined method
- By using IsSection method
- All Above
By using IsSectionDefined("sectionName") method, we can check whether a section in defined by the view or not. This is used to provide default value for that section if view has not defined it.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator