PagePorter Class Library

WebMetadata.CaseAdjustWebUrl Method 

Returns a pathname string that is case-adjusted for the CaseSensitiveUrls property.

[Visual Basic]
Public Function CaseAdjustWebUrl( _
   ByVal path As String _
) As String
[C#]
public string CaseAdjustWebUrl(
   string path
);

Parameters

path
The pathname to case-adjust.

Return Value

Returns the pathname with directory separator characters replaced (all using '/' and no '\'), and converted to lower case if the CaseSensitiveUrls property is false.

See Also

WebMetadata Class | Parastream.Web.MsFrontPage Namespace