IWebFormsDocumentService.DocumentUrl Propriedade

Definição

Obtém a URL na qual o documento está localizado.Gets the URL at which the document is located.

public:
 property System::String ^ DocumentUrl { System::String ^ get(); };
public string DocumentUrl { get; }
member this.DocumentUrl : string
Public ReadOnly Property DocumentUrl As String

Valor da propriedade

String

A URL na qual o documento está localizado ou null se o documento não tem nenhuma URL associada.The URL at which the document is located, or null if the document has no associated URL.

Comentários

Observação

A DocumentUrl propriedade de interface é obsoleta.The DocumentUrl interface property is obsolete. Use a DocumentUrl Propriedade na WebFormsRootDesigner classe para a funcionalidade de designer equivalente.Use the DocumentUrl property on the WebFormsRootDesigner class for equivalent designer functionality.

Aplica-se a