HtmlHelper.Raw Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Raw(Object) |
Retourne la balise qui n'est pas encodée en HTML. |
Raw(String) |
Retourne la balise qui n'est pas encodée en HTML. |
Raw(Object)
Retourne la balise qui n'est pas encodée en HTML.
public System.Web.IHtmlString Raw (object value);
member this.Raw : obj -> System.Web.IHtmlString
Public Function Raw (value As Object) As IHtmlString
Paramètres
- value
- Object
Balise HTML.
Retours
Balisage HTML sans encodage.
S’applique à
Raw(String)
Retourne la balise qui n'est pas encodée en HTML.
public System.Web.IHtmlString Raw (string value);
member this.Raw : string -> System.Web.IHtmlString
Public Function Raw (value As String) As IHtmlString
Paramètres
- value
- String
Balise HTML.
Retours
Balisage HTML sans encodage.