asp.net mvc - which HTML helper bypasses all templates and renders a simple string? -


this question got tests:

which of following templated html helpers of mvc bypasses templates , renders simple string representation of specified model property?

and options:

  1. display
  2. label
  3. displaytext
  4. editor

as understand, means, helper displays property string? correct answer label?

the correct answer displaytext , don't confused displaytextfor typed version of displaytext , returns annotation value of model attribute (if predefined) or null otherwise


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -