WebPartManager.GetExportUrl(WebPart) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the relative virtual path and the query string that are part of the request when a user attempts to export a WebPart control.
public:
System::String ^ GetExportUrl(System::Web::UI::WebControls::WebParts::WebPart ^ webPart);
public string GetExportUrl(System.Web.UI.WebControls.WebParts.WebPart webPart);
member this.GetExportUrl : System.Web.UI.WebControls.WebParts.WebPart -> string
Public Function GetExportUrl (webPart As WebPart) As String
A string that contains the relative virtual path and the query string that together form the request to export a control.
The value returned by the GetExportUrl method is a relative virtual path to the server location of the page that contains the control, plus the appended query string value that forms the export request submitted to the server. The GetExportUrl method encodes the string before allowing the request to be submitted, to protect against malicious script attacks.
Примітка
For more information about securing Web Parts applications, see Securing Web Parts Pages.
Продукт | Версії |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: