Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the property value that verifies whether the CSS only applies to mobile devices.
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public bool IsMobile { get; set; }
public:
property bool IsMobile {
bool get();
void set(bool value);
}
Public Property IsMobile As Boolean
Property Value
Type: System.Boolean
Returns true if the CSS file only applies to mobile devices; otherwise, it returns false.
See Also
CssLoader Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top