1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
|
<?xml version="1.0" encoding="utf-8"?>
<Type Name="UrlBuilder" FullName="System.Web.UI.Design.UrlBuilder">
<TypeSignature Language="C#" Value="public sealed class UrlBuilder" />
<AssemblyInfo>
<AssemblyName>System.Design</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="Overload:System.Web.UI.Design.UrlBuilder.BuildUrl" /> method starts a user interface for selecting a URL.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Starts a URL editor that allows a user to select or create a URL. This class cannot be inherited.</para>
</summary>
</Docs>
<Members>
<Member MemberName="BuildUrl">
<MemberSignature Language="C#" Value="public static string BuildUrl (System.ComponentModel.IComponent component, System.Windows.Forms.Control owner, string initialUrl, string caption, string filter);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="component" Type="System.ComponentModel.IComponent" />
<Parameter Name="owner" Type="System.Windows.Forms.Control" />
<Parameter Name="initialUrl" Type="System.String" />
<Parameter Name="caption" Type="System.String" />
<Parameter Name="filter" Type="System.String" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates a UI to create or pick a URL.</para>
</summary>
<returns>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The URL returned from the UI.</para>
</returns>
<param name="component">
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ComponentModel.IComponent" /> whose site is to be used to access design-time services. </param>
<param name="owner">
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Windows.Forms.Control" /> used as the parent for the picker window. </param>
<param name="initialUrl">
<attribution license="cc4" from="Microsoft" modified="false" />The initial URL to be shown in the picker window. </param>
<param name="caption">
<attribution license="cc4" from="Microsoft" modified="false" />The caption of the picker window. </param>
<param name="filter">
<attribution license="cc4" from="Microsoft" modified="false" />The filter string to use to optionally filter the files displayed in the picker window. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="BuildUrl">
<MemberSignature Language="C#" Value="public static string BuildUrl (System.ComponentModel.IComponent component, System.Windows.Forms.Control owner, string initialUrl, string caption, string filter, System.Web.UI.Design.UrlBuilderOptions options);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="component" Type="System.ComponentModel.IComponent" />
<Parameter Name="owner" Type="System.Windows.Forms.Control" />
<Parameter Name="initialUrl" Type="System.String" />
<Parameter Name="caption" Type="System.String" />
<Parameter Name="filter" Type="System.String" />
<Parameter Name="options" Type="System.Web.UI.Design.UrlBuilderOptions" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates a UI to create or pick a URL, using the specified <see cref="T:System.Web.UI.Design.UrlBuilderOptions" /> object.</para>
</summary>
<returns>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The URL returned from the UI.</para>
</returns>
<param name="component">
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ComponentModel.IComponent" /> whose site is to be used to access design-time services. </param>
<param name="owner">
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Windows.Forms.Control" /> used as the parent for the picker window. </param>
<param name="initialUrl">
<attribution license="cc4" from="Microsoft" modified="false" />The initial URL to be shown in the picker window. </param>
<param name="caption">
<attribution license="cc4" from="Microsoft" modified="false" />The caption of the picker window. </param>
<param name="filter">
<attribution license="cc4" from="Microsoft" modified="false" />The filter string to use to optionally filter the files displayed in the picker window. </param>
<param name="options">
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Web.UI.Design.UrlBuilderOptions" /> indicating the options for URL selection. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="BuildUrl">
<MemberSignature Language="C#" Value="public static string BuildUrl (IServiceProvider serviceProvider, System.Windows.Forms.Control owner, string initialUrl, string caption, string filter, System.Web.UI.Design.UrlBuilderOptions options);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="serviceProvider" Type="System.IServiceProvider" />
<Parameter Name="owner" Type="System.Windows.Forms.Control" />
<Parameter Name="initialUrl" Type="System.String" />
<Parameter Name="caption" Type="System.String" />
<Parameter Name="filter" Type="System.String" />
<Parameter Name="options" Type="System.Web.UI.Design.UrlBuilderOptions" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.IServiceProvider" /> interface is used to obtain the <see cref="T:System.ComponentModel.Design.IDesignerHost" /> implementation for the designer host. </para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates a UI to create or pick a URL, using the specified <see cref="T:System.Web.UI.Design.UrlBuilderOptions" /> object.</para>
</summary>
<returns>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The URL returned from the UI.</para>
</returns>
<param name="serviceProvider">
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.IServiceProvider" /> to be used to access design-time services.</param>
<param name="owner">
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Windows.Forms.Control" /> used as the parent for the picker window.</param>
<param name="initialUrl">
<attribution license="cc4" from="Microsoft" modified="false" />The initial URL to be shown in the picker window.</param>
<param name="caption">
<attribution license="cc4" from="Microsoft" modified="false" />The caption of the picker window.</param>
<param name="filter">
<attribution license="cc4" from="Microsoft" modified="false" />The filter string to use to optionally filter the files displayed in the picker window.</param>
<param name="options">
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Web.UI.Design.UrlBuilderOptions" /> indicating the options for URL selection.</param>
</Docs>
</Member>
</Members>
</Type>
|