Condividi tramite


IContentResolutionService.GetContentDesignerState(String) Metodo

Definizione

Recupera lo stato corrente del segnaposto di contenuto identificato.

public:
 System::Web::UI::Design::ContentDesignerState GetContentDesignerState(System::String ^ identifier);
public System.Web.UI.Design.ContentDesignerState GetContentDesignerState (string identifier);
abstract member GetContentDesignerState : string -> System.Web.UI.Design.ContentDesignerState
Public Function GetContentDesignerState (identifier As String) As ContentDesignerState

Parametri

identifier
String

Identificatore per un segnaposto di contenuto.

Restituisce

Stato corrente del segnaposto di contenuto identificato.

Si applica a

Vedi anche