IContentResolutionService.SetContentDesignerState(String, ContentDesignerState) Método
Definição
Define o estado atual do espaço reservado do conteúdo identificado.Sets the current state of the identified content place holder.
public:
void SetContentDesignerState(System::String ^ identifier, System::Web::UI::Design::ContentDesignerState state);
public void SetContentDesignerState (string identifier, System.Web.UI.Design.ContentDesignerState state);
abstract member SetContentDesignerState : string * System.Web.UI.Design.ContentDesignerState -> unit
Public Sub SetContentDesignerState (identifier As String, state As ContentDesignerState)
Parâmetros
- identifier
- String
O identificador para um espaço reservado de conteúdo.The identifier for a content place holder.
Aplica-se a
Confira também
- ContentDesignerState
- Trabalhando com páginas mestras ASP.NET programaticamenteWorking with ASP.NET Master Pages Programmatically
- Estendendo o suporte para tempo de designExtending Design-Time Support
- Como estender a aparência e o comportamento dos controles no modo de designHow to: Extend the Appearance and Behavior of Controls in Design Mode