Sdílet prostřednictvím


ControlDesigner.GetPersistInnerHtml Metoda

Definice

Upozornění

The recommended alternative is GetPersistenceContent(). http://go.microsoft.com/fwlink/?linkid=14202

Načte trvalé vnitřní značky HTML ovládacího prvku.

public:
 virtual System::String ^ GetPersistInnerHtml();
public virtual string GetPersistInnerHtml ();
[System.Obsolete("The recommended alternative is GetPersistenceContent(). http://go.microsoft.com/fwlink/?linkid=14202")]
public virtual string GetPersistInnerHtml ();
abstract member GetPersistInnerHtml : unit -> string
override this.GetPersistInnerHtml : unit -> string
[<System.Obsolete("The recommended alternative is GetPersistenceContent(). http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member GetPersistInnerHtml : unit -> string
override this.GetPersistInnerHtml : unit -> string
Public Overridable Function GetPersistInnerHtml () As String

Návraty

Trvalý vnitřní kód HTML ovládacího prvku.

Atributy

Poznámky

Poznámka

Metoda GetPersistInnerHtml je zastaralá. Použijte metodu GetPersistenceContent pro ekvivalentní funkce návrháře ovládacích prvků.

Platí pro

Viz také