Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam NET Developer 10 All Questions

View all questions & answers for the NET Developer 10 exam

Exam NET Developer 10 topic 1 question 37 discussion

Actual exam question from Sitecore's NET Developer 10
Question #: 37
Topic #: 1
[All NET Developer 10 Questions]

When is it possible to edit a field inline with Experience Editor if the component is developed using Sitecore MVC?

  • A. When the field is rendered on a page with existing content
  • B. When the field is marked as inline editable in its definition
  • C. When a Field() helper method is used to render the field
  • D. When the field is marked as versioned rather than unversioned
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ARUNKHADHRI
8 months ago
Selected Answer: C
C is the answer as per the below blog. https://marcotanainsights.wordpress.com/2017/10/05/tips-on-using-html-sitecore-fields-parameters-object/
upvoted 1 times
...
PRAVF9CY
9 months, 1 week ago
Selected Answer: C
Main Point : Developed using Sitecore MVC. Hence @Html.Sitecore().Field("Field Name", new { DisableWebEdit = true }) Hence answer is C
upvoted 1 times
...
blacky_sa
10 months, 1 week ago
Selected Answer: C
you just use Html.Sitecore().Field() and it is editable in experience editor
upvoted 1 times
...
uma_fox
1 year, 4 months ago
Selected Answer: B
B correct
upvoted 1 times
...
begao
1 year, 6 months ago
The answer is B. When the field is marked as inline editable in its definition. To make a field editable in the Experience Editor, you need to mark it as inline editable in its definition. This can be done by setting the InlineEditable attribute to true on the field definition item
upvoted 1 times
...
AlexEthisys
1 year, 7 months ago
Selected Answer: C
The answer is C
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...