Share via


CreateHtmlInfo.strMainFilePath Property

Gets or sets the location of the main HTML file generated by the document conversion.

Namespace:  Microsoft.HtmlTrans
Assembly:  Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)

Syntax

Public Property strMainFilePath As String
    Get
    Set

Dim instance As CreateHtmlInfo
Dim value As String

value = instance.strMainFilePath

instance.strMainFilePath = value
public string strMainFilePath { get; set; }

Property Value

Type: System.String
A string that contains the file path specified in URL format (for example, http://server_name/site_name/file_name ).

Remarks

The strMainFilePath property contains the location of the main HTML file generated by the document conversion. The strMainFileName property specifies the name of the file.

See Also

Reference

CreateHtmlInfo Class

CreateHtmlInfo Members

Microsoft.HtmlTrans Namespace