IHtmlHelper.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) |
Encapsule le balisage HTML à partir de la représentation sous forme de chaîne d’un Object dans un HtmlString, sans encodage HTML de la représentation sous forme de chaîne. |
Raw(String) |
Encapsule le balisage HTML dans un HtmlString, sans encodage HTML le spécifié |
Raw(Object)
- Source:
- IHtmlHelper.cs
Encapsule le balisage HTML à partir de la représentation sous forme de chaîne d’un Object dans un HtmlString, sans encodage HTML de la représentation sous forme de chaîne.
public:
Microsoft::AspNetCore::Html::IHtmlContent ^ Raw(System::Object ^ value);
public Microsoft.AspNetCore.Html.IHtmlContent Raw (object value);
abstract member Raw : obj -> Microsoft.AspNetCore.Html.IHtmlContent
Public Function Raw (value As Object) As IHtmlContent
Paramètres
Retours
IHtmlContent contenant la représentation sous forme de chaîne encapsulée.
S’applique à
Raw(String)
- Source:
- IHtmlHelper.cs
Encapsule le balisage HTML dans un HtmlString, sans encodage HTML le spécifié value
.
public:
Microsoft::AspNetCore::Html::IHtmlContent ^ Raw(System::String ^ value);
public Microsoft.AspNetCore.Html.IHtmlContent Raw (string value);
abstract member Raw : string -> Microsoft.AspNetCore.Html.IHtmlContent
Public Function Raw (value As String) As IHtmlContent
Paramètres
Retours
Nouveau IHtmlContent contenant le encapsulé String.