Ticket #17 (closed defect: fixed)

Opened 5 months ago

Last modified 4 months ago

Add a string H(string content) function for asp.net mvc

Reported by: louis.dejardin Assigned to: somebody
Priority: major Component: component1
Keywords: Cc:

Description

For convenience. Much briefer to have ${H(yadda)} than ${Html.Encode(yadda)}

Change History

07/26/08 04:50:53 changed by louis.dejardin

  • status changed from new to closed.
  • resolution set to fixed.

Very simple really. Added string H(object value) to MvcContrib?.SparkViewEngine?.SparkView?, which calls Html.Encode(value).