Created
November 16, 2018 08:35
-
-
Save simple17/31620ee7641992ab130ddc6fa703af35 to your computer and use it in GitHub Desktop.
[Unique IDs] #c#
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@{ | |
var uniqueId = string.Format("carousel-{0:N}", Guid.NewGuid()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment