This class contains the ASP.NET utility functions.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public static class AspNetUtils
Public NotInheritable Class AspNetUtils
public ref class AspNetUtils abstract sealed
Members| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
![]() ![]() | FindControl<(Of <(T>)>)(Control, array<String>[]()[]) |
Search a control in a control
|
![]() ![]() | IsAuthenticated |
Indicate if the current user is authenticated
|
![]() ![]() | IsInternetConnected |
Indicate if the current computer is connected to the internet
|
![]() ![]() | IsRunningInAspNet |
Indicate if the current code is running in the ASP.NET process
|
![]() ![]() | QueryStringIsEqual(String, String) |
Check if the query string equals a value
|
![]() ![]() | RestartWebSite()()() |
Force a restart of the current ASP.NET process.
|
Inheritance Hierarchy| Object | |
![]() | AspNetUtils |
Assembly: Devolutions.Utils (Module: Devolutions.Utils)



