Add csharp language to the code block

pull/4331/head
Halil İbrahim Kalkan 5 years ago committed by GitHub
parent 6604804658
commit 84721d9f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,7 +64,7 @@ Configure<AbpBlobStoringOptions>(options =>
If you want to provide a simpler configuration, create an extension method for the `BlobContainerConfiguration` class:
````
````csharp
public static class MyBlobContainerConfigurationExtensions
{
public static BlobContainerConfiguration UseMyCustomBlobProvider(
@ -174,4 +174,4 @@ public class MyCustomBlobProvider : BlobProviderBase, ITransientDependency
## Contribute?
If you create a new provider and you think it can be useful for other developers, please consider to [contribute](Contribution/Index.md) to the ABP Framework on GitHub.
If you create a new provider and you think it can be useful for other developers, please consider to [contribute](Contribution/Index.md) to the ABP Framework on GitHub.

Loading…
Cancel
Save