The MEntity URL in the HTML output

You MUST redefine this method. Depending on your implementation, this URL can be a page URL or an anchor.

Property definitions

nitc :: html_model $ MEntity :: _html_url
	# The MEntity URL in the HTML output
	#
	# You MUST redefine this method.
	# Depending on your implementation, this URL can be a page URL or an anchor.
	var html_url: String is lazy do return html_id
src/doc/templates/html_model.nit:31,2--35,47