'宣言
Public Function ResolveUrl( _ ByVal relativeUrl As String _ ) As String
public string ResolveUrl( string relativeUrl )
パラメータ
- relativeUrl
- The URL associated with the System.Web.UI.Control.TemplateSourceDirectory property.
戻り値の型
The converted URL.
'宣言
Public Function ResolveUrl( _ ByVal relativeUrl As String _ ) As String
public string ResolveUrl( string relativeUrl )
例外 | 解説 |
---|---|
System.ArgumentNullException | Occurs if the relativeUrl parameter contains null 参照 (Visual Basicでは Nothing). |