I just created a razor macro with the following code:
@Html.Raw(Parameter.hString)
I created a macro from that and added a parameter named hString. I also ticked the Use in editor checkbox.
Now when I go to tinyMCE and insert the macro I get a text box. In it I put: <a href="bla.html">Bla</a>. When I click save I get:
Server Error in '/' Application.
Length cannot be less than zero. Parameter name: length
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length
Render raw HTML in to tinyMCE
Hi,
I just created a razor macro with the following code:
@Html.Raw(Parameter.hString)
I created a macro from that and added a parameter named hString. I also ticked the Use in editor checkbox.
Now when I go to tinyMCE and insert the macro I get a text box. In it I put: <a href="bla.html">Bla</a>. When I click save I get:
Server Error in '/' Application.
Length cannot be less than zero.
Parameter name: length
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length
is working on a reply...