ContentPageInfo.BrowserTitle Property
Gets or sets the title in the browser for content pages of the add-in.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string BrowserTitle { get; set; }
public:
property String^ BrowserTitle {
String^ get();
void set(String^ value);
}
Public Property BrowserTitle As String
Property Value
Type: System.String
An instance of String that contains the browser title.
See Also
ContentPageInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top