mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-15 17:50:48 +02:00
Update docs/sdks/dot_net.md
This commit is contained in:
parent
77369d0085
commit
7dbe814be2
@ -50,7 +50,7 @@ You should change the URL and the Authorization header (API secret) with the cor
|
|||||||
|
|
||||||
Now that we have initialized the client SDK we can start using feature toggles defined in Unleash in our application. To achieve this we have the “isEnabled” method available, which will allow us to check the value of a feature toggle. This method will return true or false based on whether the feature should be enabled or disabled for the current request.
|
Now that we have initialized the client SDK we can start using feature toggles defined in Unleash in our application. To achieve this we have the “isEnabled” method available, which will allow us to check the value of a feature toggle. This method will return true or false based on whether the feature should be enabled or disabled for the current request.
|
||||||
|
|
||||||
```java
|
```csharp
|
||||||
if (unleash.IsEnabled("Demo"))
|
if (unleash.IsEnabled("Demo"))
|
||||||
{
|
{
|
||||||
//do some magic
|
//do some magic
|
||||||
|
Loading…
Reference in New Issue
Block a user