Given the normal Console in C#, the task is to check if the Output is Redirected on the Console.
Approach: This can be done using the
IsOutputRedirected property in the
Console class of the System package in C#. This property returns a boolean value stating whether the Output is Redirected or not.
Program:
Output:
👁 Image