How to get the value of Preprocessor constant at runtime in ASP.NET / C# ?
Posted
by user284523
on Stack Overflow
See other posts from Stack Overflow
or by user284523
Published on 2010-03-12T10:14:52Z
Indexed on
2010/03/12
10:17 UTC
Read the original article
Hit count: 290
If I have
<%@ Page CompilerOptions="/d:QUUX" %>
how can I test QUUX constant in my C# Code ?
© Stack Overflow or respective owner